fix: render assignments
This commit is contained in:
parent
f162f04a6e
commit
669232428b
8 changed files with 12 additions and 15 deletions
|
@ -1,9 +1,7 @@
|
|||
---
|
||||
layout: main
|
||||
---
|
||||
|
||||
{% render "partials/header.liquid", site: site %}
|
||||
|
||||
{% render "partials/header.liquid", site: site, page: page %}
|
||||
<div class="pt-8 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
Reference in a new issue