fixed bug with a in head

This commit is contained in:
Nuno Coração
2022-09-12 13:50:15 +01:00
parent 1ad4daaa0e
commit 16d89e212a
72 changed files with 77 additions and 77 deletions

View File

@@ -17,7 +17,7 @@
<div class="flex flex-1 items-center justify-between">
<nav class="flex space-x-3">
<a href="/" class="text-base font-medium text-gray-500 hover:text-gray-900">{{ .Site.Title | markdownify
<a href="{{ "" | relLangURL }}" class="text-base font-medium text-gray-500 hover:text-gray-900">{{ .Site.Title | markdownify
| emojify }}</a>
</nav>