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

@ -3,7 +3,7 @@ title: Drag
tags:
- ui
---
{% layout 'hippie/app.liquid' %}
{% layout 'hippie-view/app.liquid' %}
{% block body %}
<header class="io pos_fix pin_top pin_right pin_left">
@ -13,9 +13,9 @@ tags:
<div>
<div id="test">
<div class="body_frame">
{% render 'hippie/partials/frame-header.liquid' %}
{% render 'hippie-view/partials/frame-header.liquid' %}
<main></main>
{% render 'hippie/partials/frame-mode.liquid' %}
{% render 'hippie-view/partials/frame-mode.liquid' %}
</div>
</div>
</div>