mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-16 06:15:13 -05:00
fixed logic for showing dates on page layout
This commit is contained in:
parent
6006ac8a01
commit
3f2855ac6b
@ -6,16 +6,12 @@ layout: default
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
||||
{% if page.meta == false or !page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
|
||||
{% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
|
||||
</header>
|
||||
{{ content | smart_quotes }}
|
||||
{% unless page.footer == false %}
|
||||
<footer>
|
||||
{% if page.date %}
|
||||
<p class="meta">
|
||||
{% include post/date.html %}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
|
||||
{% unless page.sharing == false %}
|
||||
{% include post/sharing.html %}
|
||||
{% endunless %}
|
||||
|
Loading…
Reference in New Issue
Block a user