diff options
author | Atif Haider <mail@atifhaider.com> | 2014-01-07 14:43:59 +0530 |
---|---|---|
committer | Atif Haider <mail@atifhaider.com> | 2014-01-07 14:43:59 +0530 |
commit | 8468e45a55634a0fccc1ac8a33d9cdd3cdc023fd (patch) | |
tree | 970dd45c1a9912399fb0a1fe40dbf326948a0f0b /SoMA/templates/comments.html | |
parent | 91663921bb271183b51de9a6543de8f912bd7c65 (diff) | |
download | pelican-themes-8468e45a55634a0fccc1ac8a33d9cdd3cdc023fd.tar.gz |
Simple, intuitive and responsive theme added.
Diffstat (limited to 'SoMA/templates/comments.html')
-rw-r--r-- | SoMA/templates/comments.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SoMA/templates/comments.html b/SoMA/templates/comments.html new file mode 100644 index 0000000..bb033c0 --- /dev/null +++ b/SoMA/templates/comments.html @@ -0,0 +1 @@ +{% if DISQUS_SITENAME %}<p>There are <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">comments</a>.</p>{% endif %} |