begin actual theming
This commit is contained in:
parent
51c0a6b30e
commit
d995b97ad8
5 changed files with 26 additions and 10 deletions
|
@ -4,6 +4,6 @@
|
|||
<h1 class="title">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
<p class="subtitle"><strong>{{ page.date }}</strong></p>
|
||||
<p class="subtitle"><strong>{{ page.date }}</strong>{%if page.updated %}   Updated {{page.updated}}{% endif %}</p>
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue