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

@ -14,7 +14,7 @@ tags:
{% endblock %}
{% block main %}
<!-- {{ page.fileSlug }}.page -->
<!-- {{ page.fileSlug }}.page -->
{% include "hippie/partials/_body_nav.njk" %}
<div id="begin" class="demo__intro">

View file

@ -14,7 +14,7 @@ tags:
{% endblock %}
{% block main %}
<!-- {{ page.fileSlug }}.page -->
<!-- {{ page.fileSlug }}.page -->
<div class="temp_layer">
<!-- <div class="exp_overlay_btn exp_help_btn"> <span class="span_solo">?</span> </div> -->
{% include "hippie/partials/_body_nav.njk" %}

View file

@ -9,14 +9,15 @@ tags:
{% extends "demo/_default.njk" %}
{% import "hippie/macros/_gate.njk" as gate %}
{% block title %}{{ title }}{% endblock %}
{% block title %}{{ title }}
{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block body %}
<!-- {{ page.fileSlug }}.page -->
<!-- {{ page.fileSlug }}.page -->
<div class="portal">
{{ gate.list(
'Tor mit Symbol und Liste',

View file

@ -10,14 +10,15 @@ 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() }}
{% endblock %}
{% block body %}
<!-- {{ page.fileSlug }}.page -->
<!-- {{ page.fileSlug }}.page -->
<div class="sec_main_center">
<header class="header_txt">
<h1>Titel</h1>

View file

@ -16,7 +16,7 @@ tags:
{% endblock %}
{% block body %}
<!-- {{ page.fileSlug }}.page -->
<!-- {{ page.fileSlug }}.page -->
<div class="wrap">
<div class="hello">
<h2>This is

View file

@ -14,7 +14,7 @@ tags:
{% endblock %}
{% block main %}
<!-- {{ page.fileSlug }}.page -->
<!-- {{ page.fileSlug }}.page -->
{% include "hippie/partials/_body_nav.njk" %}
<section class="sec_main_center">
@ -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

@ -14,7 +14,7 @@ tags:
{% endblock %}
{% block main %}
<!-- {{ page.fileSlug }}.page -->
<!-- {{ page.fileSlug }}.page -->
<div class="temp_layer">
<!-- <div class="exp_overlay_btn exp_help_btn"> <span class="span_solo">?</span> </div> -->
{% include "hippie/partials/_body_nav.njk" %}

View file

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