1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-03 09:03:01 +00:00

Migrate to mycomarkup/links module

This commit is contained in:
Timur Ismagilov
2021-05-11 14:35:46 +05:00
parent a1852d363e
commit 171e9e2bac
10 changed files with 46 additions and 158 deletions

View File

@@ -18,7 +18,7 @@
<header>
<nav class="header-links main-width">
<ul class="header-links__list">
{%- for _, link := range util.HeaderLinks -%}
{%- for _, link := range cfg.HeaderLinks -%}
<li class="header-links__entry"><a class="header-links__link" href="{%s link.Href %}">{%s link.Display %}</a></li>
{%- endfor -%}
{%s= UserMenuHTML(u) %}