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,10 +4,10 @@ tags:
- ui
---
{% assign bodyClass = 'body_frame' -%}
{% layout 'hippie/app.liquid' %}
{% layout 'hippie-view/app.liquid' %}
{% block body %}
{% render 'hippie/partials/frame-header.liquid' %}
{% render 'hippie-view/partials/frame-header.liquid' %}
<main class="io">
<aside class="io">
<nav>
@ -138,8 +138,8 @@ tags:
</tbody>
</table>
</div>
{% render 'hippie/partials/frame-status.liquid' %}
{% render 'hippie-view/partials/frame-status.liquid' %}
</section>
</main>
{% render 'hippie/partials/frame-mode.liquid' %}
{% render 'hippie-view/partials/frame-mode.liquid' %}
{% endblock %}