diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2012-03-27 15:39:48 -0700 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-03-27 15:39:48 -0700 |
commit | 8cdc0ff6b9c9f25b29db996e5b51f7f99e11236e (patch) | |
tree | 6218570b2c68d9111ac23734563bddf585a65604 /bootstrap2/templates/comments.html | |
parent | cc809c34841e0cb25cde42cff85528b05581e1a1 (diff) | |
parent | 6fa854a4396f51a85f58bbde329a5735173062c7 (diff) | |
download | pelican-themes-8cdc0ff6b9c9f25b29db996e5b51f7f99e11236e.tar.gz |
Merge pull request #17 from farseerfc/master
I made (yet another) bootstrap 2.0 theme
Diffstat (limited to 'bootstrap2/templates/comments.html')
-rw-r--r-- | bootstrap2/templates/comments.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap2/templates/comments.html b/bootstrap2/templates/comments.html new file mode 100644 index 0000000..806d9a0 --- /dev/null +++ b/bootstrap2/templates/comments.html @@ -0,0 +1,7 @@ +{% if DISQUS_SITENAME %} + <p>There are + <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread"> + comments + </a>. + </p> +{% endif %} |