mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
TINY alteration to fix typo reference to page-meta rather than page_meta.html
This commit is contained in:
parent
0ce6655e02
commit
697465a486
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user