Merge pull request #717 from rmm5t/patch-1

Typo while including custom/page_meta.html
This commit is contained in:
Brandon Mathis 2012-08-18 15:42:19 -07:00
commit c1a0d4ba52

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 %}