summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorJan Palma <honzik@janpalma.cz>2026-02-28 14:32:54 +0100
committerJan Palma <honzik@janpalma.cz>2026-02-28 14:32:54 +0100
commit65f5a0ea6672a55c2034fbd76e68b16da011ae61 (patch)
treede5792f1eb31f5358d543a3bd87a8a935033393e /_includes
parent25debd1aed1d245717ccb608f48e49e3d11a8f39 (diff)
downloadspelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar.gz
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar.bz2
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar.lz
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar.xz
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.tar.zst
spelis-web-65f5a0ea6672a55c2034fbd76e68b16da011ae61.zip
Link fixes
Diffstat (limited to '_includes')
-rw-r--r--_includes/base.njk4
-rw-r--r--_includes/nav.njk5
2 files changed, 7 insertions, 2 deletions
diff --git a/_includes/base.njk b/_includes/base.njk
index c80dfcf..981c22c 100644
--- a/_includes/base.njk
+++ b/_includes/base.njk
@@ -24,8 +24,8 @@
<footer>
<div class="social">
- {%- for s in site.socials -%}
- <a href="{{ s.href }}" target="_blank">{{ s.name }}</a>
+ {%- for s in site.footerLinks -%}
+ <a no-transition href="{{ s.href }}" target="_blank">{{ s.name }}</a>
{%- endfor -%}
</div>
</footer>
diff --git a/_includes/nav.njk b/_includes/nav.njk
index a0b4ab8..6f94e88 100644
--- a/_includes/nav.njk
+++ b/_includes/nav.njk
@@ -8,5 +8,10 @@
</li>
{% endif %}
{%- endfor -%}
+ {%- for s in site.headerLinks -%}
+ <li>
+ <a no-transition href="{{ s.href }}" target="_blank">{{ s.name }}</a>
+ </li>
+ {%- endfor -%}
</ul>
</nav> \ No newline at end of file