chore: organize + clean up

This commit is contained in:
Cory Dransfeldt 2023-07-07 13:37:27 -07:00
parent ddc2e30375
commit 95581a079c
No known key found for this signature in database
27 changed files with 172 additions and 15 deletions

View file

@ -1,7 +1,7 @@
---
layout: main
---
{% include "header.liquid" %}
{% include "partials/header.liquid" %}
<article class="h-entry" data-pagefind-body>
<h2 class="p-name text-xl md:text-2xl font-black leading-tight dark:text-gray-200 pt-8" data-pagefind-meta="title">{{ title }}</h2>
<span class="p-author h-card hidden">{{ site.title }}</span>
@ -11,7 +11,7 @@ layout: main
{{ content }}
</div>
</article>
{% include "post-tags.liquid" %}
{% include "webmentions.liquid" %}
{% include "author.liquid" %}
{% include "popular-posts.liquid" %}
{% include "partials/post-tags.liquid" %}
{% include "partials/webmentions.liquid" %}
{% include "partials/author.liquid" %}
{% include "partials/popular-posts.liquid" %}