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