chore: refactor includes to render
This commit is contained in:
parent
87a4c5bd78
commit
f162f04a6e
21 changed files with 119 additions and 142 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: main
|
||||
---
|
||||
{% include "partials/header.liquid" %}
|
||||
{% render "partials/header.liquid", site: site %}
|
||||
<h2 class="m-0 text-xl flex flex-row items-center font-black leading-tight tracking-normal dark:text-gray-200 md:text-2xl mt-8 mb-4">
|
||||
{% heroicon "outline" "clock" "Currently" "height=28" %}
|
||||
<div class="ml-1">Currently</div>
|
||||
|
|
Reference in a new issue