style: Spaces to tabs

This commit is contained in:
sthag 2025-05-18 13:08:58 +02:00
parent 875041bacf
commit 8f15664d57
12 changed files with 1580 additions and 1577 deletions

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>