diff options
author | Justin Mayer <entrop@gmail.com> | 2013-03-30 11:42:01 -0700 |
---|---|---|
committer | Justin Mayer <entrop@gmail.com> | 2013-03-30 11:42:01 -0700 |
commit | 827a29bd40bdce3fd4a06c3f249924bf7b0ce09c (patch) | |
tree | 188f249479148d3d2d02558272bfed07f68b6a3c /tuxlite_tbs | |
parent | efe337a7c3b82baf7dbe193efbdc49ae4de55073 (diff) | |
parent | 063d19aaeee575f8528d32df4a799f7c305c1bcf (diff) | |
download | pelican-themes-827a29bd40bdce3fd4a06c3f249924bf7b0ce09c.tar.gz |
Merge pull request #80 from ldx/063d19aaeee575f8528d32df4a799f7c305c1bcf
Set disqus_title
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r-- | tuxlite_tbs/templates/disqus.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tuxlite_tbs/templates/disqus.html b/tuxlite_tbs/templates/disqus.html index 5aa9f62..ddaaedd 100644 --- a/tuxlite_tbs/templates/disqus.html +++ b/tuxlite_tbs/templates/disqus.html @@ -2,6 +2,7 @@ <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = '{{ DISQUS_SITENAME }}'; + var disqus_title = '{{ article.title }}'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; |