feat: Update songbook
- Change songbook from njk to liquid - Add song partial
This commit is contained in:
parent
92f3c4f81f
commit
99b98635e7
4 changed files with 50 additions and 53 deletions
10
source/templates/hippie/partials/song.liquid
Normal file
10
source/templates/hippie/partials/song.liquid
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<article class="songbook_song">
|
||||
<header>
|
||||
<h2>{{ data.title }}</h2>
|
||||
<h6>{{ data.releaseDate }}</h6>
|
||||
<p>{{ data.description }}</p>
|
||||
</header>
|
||||
{% comment %}<pre class="pre_code"><code>{{ content }}</code></pre>{% endcomment %}
|
||||
{{ content }}
|
||||
<footer>{{ index }}</footer>
|
||||
</article>
|
||||
Loading…
Add table
Add a link
Reference in a new issue