fix: render assignments

This commit is contained in:
Cory Dransfeldt 2023-07-08 13:12:43 -07:00
parent f162f04a6e
commit 669232428b
No known key found for this signature in database
8 changed files with 12 additions and 15 deletions

View file

@ -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 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-500" href="/">{{ site.title }}</a>
</h1>
{% render "partials/nav.liquid" %}
{% render "partials/nav.liquid", page: page %}
</div>