Improved variable names for setting footer, sharing, sidebar and metadata diesplay from page configurations

This commit is contained in:
Brandon Mathis
2011-07-18 16:59:59 -04:00
parent 0f2686eff7
commit 64b23d9f34
7 changed files with 13 additions and 12 deletions

View File

@ -5,7 +5,7 @@
{% else %}
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
{% endif %}
{% unless page.no_meta %}
{% unless page.meta == false %}
<p class="meta">{% include post/date.html %}</p>
{% endunless %}
</header>