Site kitoy.me

This commit is contained in:
2020-04-19 09:06:04 +02:00
parent 9c6898eaa1
commit 8c9eefedc4
45 changed files with 7232 additions and 0 deletions

10
templates/articles.html Normal file
View File

@@ -0,0 +1,10 @@
{% extends "index.html" %}
{% import "post_macros.html" as post_macros %}
{% block content %}
<h1> {{ page.title }} </h1>
<h2 class="description"> {{ post_macros::polish(content=page.description) }} </h2>
<hr />
{{ post_macros::polish(content=page.content) }}
{%- endblock content %}