chore: headers and such

This commit is contained in:
Cory Dransfeldt 2024-06-20 15:00:13 -07:00
parent d7dd1a0d0b
commit 7e86d2275c
No known key found for this signature in database
14 changed files with 42 additions and 46 deletions

View file

@ -15,7 +15,7 @@
</time>
</div>
<a href="{{ post.slug }}">
<h2 class="flex-centered">{{ post.title }}</h2>
<h3 class="flex-centered">{{ post.title }}</h3>
</a>
<span class="p-author h-card hidden">{{ meta.siteName }}</span>
<div class="p-summary hidden">{{ post.data.post_excerpt }}</div>

View file

@ -1,8 +1,8 @@
{% if popularPosts.size > 0 %}
<h2 class="link-list-header flex-centered">
<h3 class="link-list-header flex-centered">
{% tablericon "flame" "Popular" %}
Popular posts
</h2>
</h3>
<ul class="link-list">
{% for post in popularPosts limit: 5 %}
<li>

View file

@ -1,8 +1,8 @@
{% if links.size > 0 %}
<h2 id="links" class="link-list-header flex-centered">
<h3 id="links" class="link-list-header flex-centered">
{% tablericon "link" "Links" %}
Recent links
</h2>
</h3>
<ul class="link-list">
{% for link in links limit: 5 %}
<li>