diff options
| author | Valentin Popov <valentin@popov.link> | 2024-02-14 02:38:59 +0300 | 
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2024-02-14 02:38:59 +0300 | 
| commit | e68f7cf6c7fadb1bceea955a4caf40954d9b024e (patch) | |
| tree | 5fe6a1ac66ed98571674ab6686e1742a46812eb8 /_includes/disqus.html | |
| parent | edaeaf08b8750e8278b18484ff8e0aa180fe3fab (diff) | |
| download | popov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.tar.xz popov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.zip | |
Moved actual template site
Diffstat (limited to '_includes/disqus.html')
| -rw-r--r-- | _includes/disqus.html | 16 | 
1 files changed, 0 insertions, 16 deletions
| diff --git a/_includes/disqus.html b/_includes/disqus.html deleted file mode 100644 index 4ebcc7e..0000000 --- a/_includes/disqus.html +++ /dev/null @@ -1,16 +0,0 @@ -<div id="disqus_thread"></div> -<script type="text/javascript"> -    var disqus_config = function () { -        this.page.identifier = '{{ page.id | strip_newlines | strip_html | strip | normalize_whitespace | slugify }}'; -        this.page.title = '{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}'; -        this.page.url = '{{ page.url | absolute_url | uri_escape }}'; -    }; - -    (function () { -        var d = document, -            s = d.createElement('script'); -        s.src = '//valentineus-link.disqus.com/embed.js'; -        s.setAttribute('data-timestamp', +new Date()); -        (d.head || d.body).appendChild(s); -    })(); -</script> | 
