diff --git a/content/_index.md b/content/_index.md index b89fc32..73e91ad 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,6 +2,4 @@ menus: main title: Accueil --- -# Alexis Lahouze - Bienvenue ! diff --git a/content/blog/2026/02/premier-billet.md b/content/blog/2026/02/premier-billet.md index ae935bd..fe8a78c 100644 --- a/content/blog/2026/02/premier-billet.md +++ b/content/blog/2026/02/premier-billet.md @@ -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. diff --git a/content/blog/_index.md b/content/blog/_index.md index 4b74140..8826384 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -5,5 +5,3 @@ outputs: menu: main title: Blog --- - -# Blog diff --git a/layouts/home.html b/layouts/home.html index da96a2d..0a4c552 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -1,4 +1,6 @@ {{ define "main" }} +

{{ .Title }}

+ {{ .Content }} {{ end }} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/page.html b/layouts/page.html index da96a2d..0a4c552 100644 --- a/layouts/page.html +++ b/layouts/page.html @@ -1,4 +1,6 @@ {{ define "main" }} +

{{ .Title }}

+ {{ .Content }} {{ end }} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/section.html b/layouts/section.html index cc0175d..f00f2ce 100644 --- a/layouts/section.html +++ b/layouts/section.html @@ -1,5 +1,8 @@ {{ define "main" }} +

{{ .Title }}

+ {{ .Content }} + {{ range .Pages.ByDate.Reverse }}

{{ .LinkTitle }}

{{ end }} diff --git a/layouts/taxonomy.html b/layouts/taxonomy.html index 96a8868..ecfeb46 100644 --- a/layouts/taxonomy.html +++ b/layouts/taxonomy.html @@ -1,6 +1,8 @@ {{ define "main" }}

{{ .Title }}

+ {{ .Content }} + {{ range .Data.Terms.ByCount }}

{{ .Page.LinkTitle }} ({{ .Count }})

{{ end }} diff --git a/layouts/term.html b/layouts/term.html index 9ba334e..d850d1a 100644 --- a/layouts/term.html +++ b/layouts/term.html @@ -1,6 +1,8 @@ {{ define "main" }}

{{ .Title }}

+ {{ .Content }} + {{ range .Pages }}

{{ .LinkTitle }}

{{ end }}