Merge pull request #606 from jrothwell/2.1

[minor bugfix] 2.1: refer to page_meta.html rather than page-meta.html
This commit is contained in:
Brandon Mathis 2012-06-12 08:35:28 -07:00
commit c3d9bf8783

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