Move navbar config to /data/navbar.yml

Move footer config to /data/footer.yml
Remove unused blog
This commit is contained in:
2025-04-23 11:40:51 -08:00
parent 6673e5bf92
commit d30fca8d96
18 changed files with 30 additions and 36 deletions

View File

@@ -17,7 +17,7 @@
</a>
<ul class="flex flex-wrap justify-around items-center mb-6 text-sm font-medium text-gray-500 sm:mb-0 dark:text-gray-400">
{{ range $key, $value := .Site.Params.footer.links }}
{{ range $key, $value := .Site.Data.footer.links }}
<li>
<a href="{{ $value.href }}" class="hover:text-white mx-4">{{ $value.name }}</a>
</li>