change inheritance to simplify things; also remove the sexy nerd sentence.

This commit is contained in:
amanita 2023-10-27 18:03:25 +02:00
parent b474c68a5f
commit 4ceb340595
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,9 @@
{% extends "index.html" %}
{% block title %}
<title>{{ page.title }} - {{ config.title }}</title>
{% endblock title %}
{% block content %}
{{ page.content | safe }}
{% endblock content %}