Update site settings
This commit is contained in:
parent
645bd2997c
commit
91486faed4
22 changed files with 304 additions and 299 deletions
|
@ -1,6 +1,6 @@
|
|||
<nav class="flex flex-wrap justify-center -mb-3">
|
||||
{% for link in site.menu_links %}
|
||||
<a class="mx-3 mb-3 text-base underline md:text-lg dark:text-white hover:no-underline link dark:hover:text-blue-400 hover:text-grey-900" href="{{ link.url }}">
|
||||
<a class="mx-3 mb-3 text-base underline md:text-lg dark:text-white hover:no-underline link dark:hover:text-blue-400 hover:text-gray-900" href="{{ link.url }}">
|
||||
{{ link.title }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue