Rename disqus_comments.html to disqus-comments.html

This commit is contained in:
Michael Rose 2015-03-03 13:11:18 -05:00
parent e987aeb88e
commit a518f40cc0
3 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@
{{ content }}
{% if (site.owner.disqus-shortname and page.comments) or site.comments %}
<div id="disqus_thread"></div><!-- /#disqus_thread -->
{% include disqus_comments.html %}
{% include disqus-comments.html %}
{% endif %}
</div><!-- /.entry-content -->
</div><!-- /.entry-wrapper -->

View file

@ -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