diff options
author | uvok cheetah | 2024-08-24 16:05:31 +0200 |
---|---|---|
committer | uvok cheetah | 2024-08-24 16:05:31 +0200 |
commit | d99b2b3153ab3fa8da2b7c6e32c86027e2fd2bf5 (patch) | |
tree | e3762d83ca2ca0e1a661f4d13468a620f705d802 /_layouts/post.html | |
parent | 19c9095e4488439234d1a79c6945c678b34becea (diff) |
Remove Disqus from layout template
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 74a37f4..c78b2cc 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -43,10 +43,6 @@ layout: default {{ content }} </div> - {%- if site.disqus.shortname -%} - {%- include disqus_comments.html -%} - {%- endif -%} - <a class="u-url" href="{{ page.url | relative_url }}" hidden></a> </article> |