update position of networks

This commit is contained in:
Simon Vieille 2022-09-18 23:42:16 +02:00
parent 053a60e143
commit e937a0a668
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -20,7 +20,7 @@
<ul class="links">
{%- for item in network.rootNode.children({visible: true}) -%}
<li class="link link-{{- item.attributes.icon.value -}}">
<a href="{{- safe_node_url(item) -}}" class="deblan-icon deblan-icon-{{- item.attributes.icon.value -}}" target="_blank" rel="me">
<a href="{{- safe_node_url(item) -}}" class="deblan-icon deblan-icon-{{- item.attributes.icon.value -}}" target="_blank" rel="me" title="{{- item.label -}}">
<span>{{- item.label -}}</span>
</a>
</li>