fix: render assignments
This commit is contained in:
parent
f162f04a6e
commit
669232428b
8 changed files with 12 additions and 15 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 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>
|
Reference in a new issue