Move zet
This commit is contained in:
parent
247ff913b3
commit
b96f5b114c
60 changed files with 0 additions and 0 deletions
13
old/zet/source/_includes/zets/links.html.twig
Normal file
13
old/zet/source/_includes/zets/links.html.twig
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% if links is not empty %}
|
||||
<h2>Links</h2>
|
||||
|
||||
<ul>
|
||||
{% for link in links %}
|
||||
{% if link.text and link.url %}
|
||||
<li><a href="{{ link.url }}">{{ link.text }}</a></li>
|
||||
{% else %}
|
||||
<li><a href="{{ link }}">{{ link }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue