Set defaults for _posts
- layout ~> post.html - enable comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% if site.owner.disqus-shortname %}
|
||||
{% if site.disqus_shortname %}
|
||||
<script type="text/javascript">
|
||||
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
||||
var disqus_shortname = '{{ site.owner.disqus-shortname }}';
|
||||
var disqus_shortname = '{{ site.disqus_shortname }}';
|
||||
|
||||
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||
(function() {
|
||||
|
||||
Reference in New Issue
Block a user