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

@ -14,16 +14,16 @@ links:
img: '/art/bullet.gif'
---
{% assign bodyClass = "body_portal" %}
{% layout 'hippie/simple.liquid' %}
{% layout 'hippie-view/simple.liquid' %}
{% block body %}
<div class="portal">
{% render 'hippie/partials/gate-list',
{% render 'hippie-view/partials/gate-list',
name: 'Tor mit Symbol und Liste',
url: '../demo',
image: image,
links: links
%}
{% render 'hippie/partials/gate-simple', name: 'Tor', url: '../demo' %}
{% render 'hippie-view/partials/gate-simple', name: 'Tor', url: '../demo' %}
</div>
{% endblock %}