diff --git a/_config.yml b/_config.yml index 0445538..c8338d3 100644 --- a/_config.yml +++ b/_config.yml @@ -18,3 +18,5 @@ google_analytics: rss: # Display a "Read More" link under each post's excerpt in /archives page #excerpt_link: 'Read More' + +disqus_shortname: diff --git a/layout/_partial/after_footer.ejs b/layout/_partial/after_footer.ejs index 35b251b..9785d93 100644 --- a/layout/_partial/after_footer.ejs +++ b/layout/_partial/after_footer.ejs @@ -2,9 +2,9 @@ <%- js('js/jquery.imagesloaded.min.js') %> <%- js('js/gallery.js') %> -<% if (config.disqus_shortname){ %> +<% if (theme.disqus_shortname){ %>