This commit is contained in:
GZod01 2024-05-22 07:51:57 +02:00
parent 24885449d8
commit b7ee2a6dae
3 changed files with 8 additions and 2 deletions

View file

@ -3,6 +3,7 @@ $responsive-medium: 1050px;
$responsive-interlarge: 1400px;
$responsive-large: 1500px;
@import "tailwind.min";
@import url('https://fonts.googleapis.com/css?family=Audiowide|Roboto+Slab');
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');

View file

@ -162,7 +162,7 @@ url="https://instagram.com/werobot"
id="x"
weight=3
title="X"
url="https://x.com/werobot"
url="https://x.com/werobot_fr"
#[[params.social]]
#id="youtube"
@ -371,6 +371,11 @@ identifier="home"
title="Home Page"
[permalinks]
[permalinks.page]
blog = '/blog/:year/:slug/'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]

View file

@ -29,7 +29,7 @@
<li>
<a
class="link link-primary"
@click="filterYear(year.name)">{{ .Key }}</a> : {{(len .)}} {{ (index site.Params.articles "sort-by-years").posts }}
href="/blog/{{ .Key }}">{{ .Key }}</a> : {{(len .Pages)}} {{ (index site.Params.articles "sort-by-years").posts }}
</li>
{{ end }}
</ul>