chore: refactor includes to render
This commit is contained in:
parent
87a4c5bd78
commit
f162f04a6e
21 changed files with 119 additions and 142 deletions
|
@ -2,7 +2,7 @@
|
|||
layout: main
|
||||
---
|
||||
|
||||
{% include "partials/header.liquid" %}
|
||||
{% render "partials/header.liquid", site: site %}
|
||||
|
||||
<div class="pt-8 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
|
||||
{{ content }}
|
||||
|
|
Reference in a new issue