💾 Add page titles #100DaysOfCode R1D19
This commit is contained in:
parent
da5dd153e3
commit
9c732fe6a1
5 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue