Fix template.
This commit is contained in:
parent
70d6ab6aec
commit
2adc599df7
9 changed files with 115 additions and 75 deletions
|
@ -4,7 +4,7 @@
|
|||
{% block content %}
|
||||
<article>
|
||||
<header>
|
||||
<h2 id="{{ page.slug }}">{{ page.title }}</h2>
|
||||
<h1 id="{{ page.slug }}">{{ page.title }}</h1>
|
||||
</header>
|
||||
<div>
|
||||
{{ page.content }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue