mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
Move navbar config to /data/navbar.yml
Move footer config to /data/footer.yml Remove unused blog
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user