chore: headers and such
This commit is contained in:
parent
d7dd1a0d0b
commit
7e86d2275c
14 changed files with 42 additions and 46 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue