chore: update links, remove main menu
This commit is contained in:
parent
612cab6e89
commit
5ff0e9a2ab
3 changed files with 11 additions and 47 deletions
|
@ -1,4 +1,4 @@
|
|||
<footer class="mt-20">
|
||||
<footer>
|
||||
<nav class="flex flex-wrap justify-center -mb-3">
|
||||
{% for link in site.menus.footer %}
|
||||
<a class="mx-3 mb-3 text-sm md:text-lg dark:text-white hover:text-gray-900 link dark:hover:text-blue-400" href="{{ link.href }}">{{ link.title }}</a>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
{% include 'navbar' %}
|
||||
|
||||
<div class="py-10 px-4 mx-auto max-w-2xl md:py-16">
|
||||
<div class="py-10 px-4 mx-auto max-w-2xl md:py-10">
|
||||
<div id="main-content">
|
||||
<h1 class="text-xl font-bold md:text-2xl">
|
||||
{% block page_title %}
|
||||
|
@ -21,7 +21,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'footer' %}
|
||||
<div class="mt-20 mb-6">
|
||||
{% include 'footer' %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue