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
|
|
@ -3,7 +3,7 @@ title: Songbook
|
|||
tags:
|
||||
- demoExample
|
||||
---
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
{% layout 'hippie-view/simple.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<div class="sec_main_center">
|
||||
|
|
@ -31,7 +31,7 @@ tags:
|
|||
richten.</p>
|
||||
<hr class="double dotted">
|
||||
{%- for piece in collections.song -%}
|
||||
{% render 'hippie/partials/song.liquid', index: forloop.index0, data: piece.data, content: piece.content %}
|
||||
{% render 'hippie-view/partials/song.liquid', index: forloop.index0, data: piece.data, content: piece.content %}
|
||||
{%- endfor -%}
|
||||
<hr/>
|
||||
<address>{% text hippie.placeholders.name %}</address>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue