TINY alteration to fix typo reference to page-meta rather than page_meta.html

This commit is contained in:
Jonathan Rothwell 2012-06-11 23:31:11 +01:00
parent 0ce6655e02
commit 697465a486

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