From e808687e90d557844f2893e430a47b5c99fbf542 Mon Sep 17 00:00:00 2001 From: Ahmet Bakan Date: Mon, 12 May 2014 07:42:18 -0700 Subject: [PATCH] Added disqus_title variable. --- ablog/templates/page.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ablog/templates/page.html b/ablog/templates/page.html index 76cfe3c..3724b7d 100644 --- a/ablog/templates/page.html +++ b/ablog/templates/page.html @@ -30,6 +30,7 @@ /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = '{{ ablog.disqus_shortname }}'; // required: replace example with your forum shortname var disqus_identifier = '/{{pagename}}/'; + var disqus_title = '{{title}}'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;