Correction titres
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-11 00:26:37 +01:00
parent 8d9602dd77
commit f2b1a12105
8 changed files with 11 additions and 7 deletions
-2
View File
@@ -2,6 +2,4 @@
menus: main
title: Accueil
---
# Alexis Lahouze
Bienvenue !
-3
View File
@@ -7,9 +7,6 @@ tags:
- premier
- général
---
# Premier Billet
Alors. Ça fait quelques temps que je me disais que ça pourrait être pas mal que
je m'exprime un peu plus sur un blog.
-2
View File
@@ -5,5 +5,3 @@ outputs:
menu: main
title: Blog
---
# Blog
+2
View File
@@ -1,4 +1,6 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+2
View File
@@ -1,4 +1,6 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+3
View File
@@ -1,5 +1,8 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ range .Pages.ByDate.Reverse }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}
+2
View File
@@ -1,6 +1,8 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ range .Data.Terms.ByCount }}
<h2><a href="{{ .Page.RelPermalink }}">{{ .Page.LinkTitle }}</a> ({{ .Count }})</h2>
{{ end }}
+2
View File
@@ -1,6 +1,8 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ range .Pages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}