diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-27 02:40:08 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-27 02:40:08 -0600 |
commit | ac6772f292a83217e10e38ba853c76b5666133e0 (patch) | |
tree | d0d4eb27d9482dc275d75f48a2ca029d825e52a6 /_includes/isso-comments.html |
Commit inicial
Diffstat (limited to '_includes/isso-comments.html')
-rw-r--r-- | _includes/isso-comments.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/isso-comments.html b/_includes/isso-comments.html new file mode 100644 index 0000000..0206fc8 --- /dev/null +++ b/_includes/isso-comments.html @@ -0,0 +1,3 @@ +{% if site.comments and site.isso != '' %} +<script data-isso="{{ site.isso }}" src="{{ site.baseurl }}/js/embed.min.js"></script> +{% endif %} |