💾 Add page titles #100DaysOfCode R1D19

This commit is contained in:
Dan Jones 2018-01-20 20:02:39 -06:00
commit 9c732fe6a1
5 changed files with 9 additions and 0 deletions

View file

@ -9,6 +9,11 @@
<body {% if page.id %}id="page-{{ page.id }}"{% endif %}>
<section class="entry-content">
{% if page.title %}
<header class="entry-header">
<h1 class="entry-title">{{ page.title }}</h1>
</header>
{% endif %}
{{ content }}
</section>
</body>