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" %} {% extends "demo/_default.njk" %}
{% import "hippie/macros/_gate.njk" as gate %} {% import "hippie/macros/_gate.njk" as gate %}
{% block title %}{{ title }}{% endblock %} {% block title %}{{ title }}
{% endblock %}
{% block head %} {% block head %}
{{ super() }} {{ super() }}

View file

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

View file

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

View file

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