chore: dry up nav + icon links
This commit is contained in:
parent
9ddd1459d3
commit
314367c1b1
21 changed files with 62 additions and 116 deletions
|
@ -2,5 +2,5 @@
|
|||
<h1 class="text-2xl md:text-3xl font-black leading-tight pb-5 md:pb-0">
|
||||
<a class="text-gray-700 dark:text-gray-200" href="/">{{ site.title }}</a>
|
||||
</h1>
|
||||
{% render "partials/nav/menu.liquid", page: page %}
|
||||
{% render "partials/nav/menu.liquid", page: page, nav: nav %}
|
||||
</div>
|
Reference in a new issue