Fixed typo while including custom/page_meta.html

This commit is contained in:
Ryan McGeary 2012-08-18 18:57:36 -03:00
parent 777736a8b7
commit 7645af6f90
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ layout: default
{{ content }}
{% unless page.footer == false %}
<footer>
<p class="meta">{% include post/meta.html %}{% include custom/page-meta.html %}</p>
<p class="meta">{% include post/meta.html %}{% include custom/page_meta.html %}</p>
{% unless page.sharing == false %}
{% include post/sharing.html %}
{% endunless %}