fix missing <small/> in index

This commit is contained in:
Wouter Groeneveld 2022-12-03 15:10:39 +01:00
parent 08446d0360
commit d8e8f8f152
2 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,18 @@
[
{
"author": {
"name": "Peter Rukavina",
"picture": "/pictures/ruk.ca"
},
"name": "November 2022 In Review",
"content": "",
"published": "2022-12-03T13:45:04+00:00",
"url": "https://ruk.ca/favourite/november-2022-review",
"type": "like",
"source": "https://ruk.ca/favourite/november-2022-review",
"target": "https://brainbaking.com/post/2022/12/november-2022/",
"relativeTarget": "/post/2022/12/november-2022/"
},
{
"author": {
"name": "Sebastiaan Andeweg",

View File

@ -12,7 +12,7 @@
<article>
<div class="flexgrid flexgrid-8020">
<h2><em>Freshly Baked</em></h2>
<span><a href="/archives">Archives</a> &raquo;</span>
<small><a href="/archives">Archives</a> &raquo;</small>
</div>
<ul class="small">
@ -56,7 +56,7 @@
<article>
<div class="flexgrid flexgrid-8020">
<h2><em>Random Treats</em></h2>
<span><a href="/post">All posts</a> &raquo;</span>
<small><a href="/post">All posts</a> &raquo;</small>
</div>
<ul class="small">
{{ range first $itms (shuffle (where (where .Site.Pages ".Params.disableComments" "!=" "true") "Section" "post")) }}