Remove "_" from includes

This commit is contained in:
Michael Rose
2016-02-22 14:58:16 -05:00
parent 6f2ed74bc4
commit 4348fc59b3
17 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
{% endif %}
{% include _open-graph.html %}
{% include open-graph.html %}
{% if site.owner.google.verify %}<!-- Webmaster Tools verfication -->
<meta name="google-site-verification" content="{{ site.owner.google.verify }}">{% endif %}
@@ -19,5 +19,5 @@
</script>
{% endif %}
{% if page.comments %}
{% include _disqus_comments.html %}
{% include disqus-comments.html %}
{% endif %}