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">
<section>
<header class="io">
@ -54,7 +54,7 @@ tags:
</thead>
<tbody id="positions"></tbody>
</table>
{% render 'hippie/partials/frame-status.liquid' %}
{% render 'hippie-view/partials/frame-status.liquid' %}
</section>
</main>
<template id="rowDefault">
@ -185,7 +185,7 @@ tags:
</tr>
</template>
{% render 'hippie/partials/frame-mode.liquid' %}
{% render 'hippie-view/partials/frame-mode.liquid' %}
{% endblock %}
{%- block script %}