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