Add the social profiles to the footer

This commit is contained in:
2026-08-25 15:35:29 +02:00
parent 31dbf56235
commit 0229960a15
6 changed files with 24 additions and 4 deletions
+9
View File
@@ -72,6 +72,15 @@ const { data: categories } = await useFetch<Category[]>('/api/categories', {
<li><NuxtLinkLocale to="/blog">{{ $t('site.allArticles') }}</NuxtLinkLocale></li>
</ul>
</nav>
<nav class="footer-block" :aria-label="$t('site.follow')">
<p class="kicker">{{ $t('site.follow') }}</p>
<ul>
<li v-for="social in SOCIAL_LINKS" :key="social.name">
<a :href="social.url" target="_blank" rel="noopener me">{{ social.name }}</a>
</li>
</ul>
</nav>
</div>
<p class="container copyright kicker" :lang="locale">