You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
550 B
13 lines
550 B
<div class="footer-links"> |
|
{% for link in footer_links %} |
|
<div class="footer-link"> |
|
<a href="{{ link.url }}" target="_blank" rel="noopener noreferrer" title="{{ link.description|default(link.title) }}">{{ link.title }}</a> |
|
{% if link.description %} |
|
— <small>{{ link.description }}</small> |
|
{% endif %} |
|
</div> |
|
{% endfor %} |
|
</div> |
|
|
|
<p>{{ "now"|date("Y") }} {{ website_name }} <span class="publisher">by <twig:Molecules:UserFromNpub :ident="publisher_npub" /></span></p> |
|
|
|
|