From a518f40cc0f77312b70248ad864c0e3cbf30e73e Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 3 Mar 2015 13:11:18 -0500 Subject: [PATCH] Rename disqus_comments.html to disqus-comments.html --- _includes/{disqus_comments.html => disqus-comments.html} | 0 _layouts/post.html | 2 +- theme-setup/index.md | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) rename _includes/{disqus_comments.html => disqus-comments.html} (100%) diff --git a/_includes/disqus_comments.html b/_includes/disqus-comments.html similarity index 100% rename from _includes/disqus_comments.html rename to _includes/disqus-comments.html diff --git a/_layouts/post.html b/_layouts/post.html index a4b0b28..4ee44e7 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -43,7 +43,7 @@ {{ content }} {% if (site.owner.disqus-shortname and page.comments) or site.comments %}
- {% include disqus_comments.html %} + {% include disqus-comments.html %} {% endif %} diff --git a/theme-setup/index.md b/theme-setup/index.md index 49c13dd..f52e8cf 100644 --- a/theme-setup/index.md +++ b/theme-setup/index.md @@ -63,13 +63,13 @@ How So Simple is organized and what the various files are. All posts, layouts, i so-simple-theme/ ├── _includes/ | ├── browser-upgrade.html # prompt to install a modern browser for < IE9 -| ├── disqus_comments.html # Disqus comments script +| ├── disqus-comments.html # Disqus comments script +| ├── feed-footer.html # post footers in feed | ├── footer.html # site footer | ├── head.html # site head | ├── navigation.html # site top navigation -| ├── open-graph.html # Twitter Cards and Open Graph meta data +| ├── open-graph.html # meta data for Open Graph and Twitter cards | └── scripts.html # site scripts -| └── site-search.html # site search overlay ├── _layouts/ | ├── page.html # single column page layout | └── post.html # main content with sidebar for author/post details