mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 01:27:08 +00:00
Rename disqus_comments.html to disqus-comments.html
This commit is contained in:
parent
e987aeb88e
commit
a518f40cc0
3 changed files with 4 additions and 4 deletions
|
@ -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 -->
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue