mirror of
https://github.com/vale981/ablog
synced 2025-03-06 09:41:39 -05:00
Added disqus_title variable.
This commit is contained in:
parent
7179413ba1
commit
e808687e90
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue