Remove "_" from includes
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user