mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2024-12-22 00:33:33 +01:00
número de la canción en la página de la canción
This commit is contained in:
parent
8de0a025b5
commit
cb2ced5d52
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{% include "header.html" with path=".." %}
|
||||
<main>
|
||||
<div class="song">
|
||||
<h2>{{ song.name}}</h2>
|
||||
<h2>{{song.number}}. {{ song.name}}</h2>
|
||||
<a href="../#{{ song.category|slugify }}"><span>Categoría: {{ song.category|title }}</span></a>
|
||||
{% if song.author %}
|
||||
<span>por <strong>{{ song.author }}</strong></span>
|
||||
|
|
Loading…
Reference in a new issue