feat: Replace directory for includes with submodule
Create new repository hippie-view for _includes.
This commit is contained in:
parent
86f3c679c3
commit
bffa82030b
74 changed files with 84 additions and 684 deletions
|
|
@ -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><img></code>
|
||||
eingebunden. Solch ein Bild hat üblicherweise die Attribute
|
||||
|
|
@ -599,7 +599,7 @@ order: 2
|
|||
und
|
||||
<code><picture></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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue