add lyrics tag
This commit is contained in:
parent
a97888c2d4
commit
776a287cc7
|
@ -69,7 +69,14 @@ layout: default
|
||||||
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
|
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
{% elsif page.all.lyrics %}
|
||||||
|
<div class="info">
|
||||||
|
<p>
|
||||||
|
{{ page.all.lyrics| newline_to_br }}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{{ page.all.Comment }}
|
{{ page.all.Comment }}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue