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,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">
|
||||
|
|
@ -27,10 +27,10 @@ tags:
|
|||
<div>B</div>
|
||||
<div>C</div>
|
||||
</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 %}
|
||||
|
||||
{%- block script %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue