feat: Replace directory for includes with submodule

Create new repository hippie-view for _includes.
This commit is contained in:
sthag 2026-04-23 21:45:14 +02:00
parent 86f3c679c3
commit bffa82030b
74 changed files with 84 additions and 684 deletions

View file

@ -4,7 +4,7 @@ tags:
- demoIndex
order: 2
---
{% layout 'hippie/page.liquid' %}
{% layout 'hippie-view/page.liquid' %}
{% block title %}Grundlagen{% endblock %}
@ -580,7 +580,7 @@ order: 2
</article>
<article>
<h1 id="embedded">Eingebundene Inhalte</h1>
{% render 'hippie/partials/placeholder-flag.liquid', type: 'img', width: '128', desc: 'Fahne von Interaktionsweise' %}
{% render 'hippie-view/partials/placeholder-flag.liquid', type: 'img', width: '128', desc: 'Fahne von Interaktionsweise' %}
<p>Dies ist ein Bild. Es wird mit dem Element
<code>&lt;img&gt;</code>
eingebunden. Solch ein Bild hat üblicherweise die Attribute
@ -599,7 +599,7 @@ order: 2
und
<code>&lt;picture&gt;</code>
in Kombination verwendet werden.</p>
{% render 'hippie/partials/placeholder-flag.liquid', type: 'img', src: 'file', width: '128', desc: 'Fahne von Interaktionsweise' %}
{% render 'hippie-view/partials/placeholder-flag.liquid', type: 'img', src: 'file', width: '128', desc: 'Fahne von Interaktionsweise' %}
</article>
<article>
<h1>Tabellen</h1>