10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
12 changed files with 1580 additions and 1577 deletions
Showing only changes of commit 8f15664d57 - Show all commits

View file

@ -9,7 +9,8 @@ tags:
{% extends "demo/_default.njk" %}
{% import "hippie/macros/_gate.njk" as gate %}
{% block title %}{{ title }}{% endblock %}
{% block title %}{{ title }}
{% endblock %}
{% block head %}
{{ super() }}

View file

@ -10,7 +10,8 @@ tags:
{% import "hippie/macros/_placeholder.njk" as ph %}
{% import "hippie/macros/_song.njk" as song %}
{% block title %}{{ title }}{% endblock %}
{% block title %}{{ title }}
{% endblock %}
{% block head %}
{{ super() }}

View file

@ -26,8 +26,10 @@ tags:
</header>
<article>
<p>&hellip;</p>
<p>Contact: <a id="special" href=""></a></p>
<p>More: <a class="general" href=""></a>, <a class="general" href=""></a></p>
<p>Contact: <a id="special" href=""></a>
</p>
<p>More: <a class="general" href=""></a>, <a class="general" href=""></a>
</p>
</article>
</section>
{% endblock %}

View file

@ -13,8 +13,7 @@
<base href="/">
{% endblock %}
{% block links %}
{% endblock %}
{% block links %}{% endblock %}
{% endblock %}
</head>