hel
This commit is contained in:
parent
24885449d8
commit
b7ee2a6dae
3 changed files with 8 additions and 2 deletions
|
@ -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');
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue