mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-04-26 15:16:19 +02:00
Whitelabel songbook websites
This commit is contained in:
parent
bc4e7ed51d
commit
103fb07630
9 changed files with 35 additions and 16 deletions
|
@ -1,5 +1,6 @@
|
|||
<header>
|
||||
<h1><a href="{{ path }}">Cancionero San Leandro</a></h1>
|
||||
<h1><a href="{{ path }}">{{ metadata.title }}</a></h1>
|
||||
{% if metadata.links %}
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
<li><a href="https://sanleandrovalencia.es/"><span id="nav-web">Parroquia San Leandro</span></a></li>
|
||||
|
@ -7,4 +8,5 @@
|
|||
<li><a href="https://sanleandrovalencia.es/cancionero/"><span>Cancionero en PDF</span></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
{% endif %}
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue