From ef7c8c820916556fc5bff26c6ad7d12ef1606423 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 22 Sep 2025 11:06:15 +0200 Subject: reworked the website changed buttons, css, added first blog post --- layouts/partials/buttons.html | 11 +++-------- layouts/partials/footer.html | 2 +- layouts/partials/header.html | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/buttons.html b/layouts/partials/buttons.html index 7eab99d..beb7d9e 100644 --- a/layouts/partials/buttons.html +++ b/layouts/partials/buttons.html @@ -1,13 +1,8 @@ -
- Logo de mon site - Rss Feed logo +
BAN PORN Codeberg logo - GitHub logo - + Logo de mon site
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 18bc220..08aa27c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,7 +4,7 @@ {{- $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ if .IsHome }}{{ else }}
-

Revenir à l'accueil

{{ end }} +

Return

{{ end }}
{{- end -}} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 96f7542..a26436e 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,3 +1,3 @@

{{ if .IsHome }}{{ site.Title }}

{{ else }}{{ .Title }} {{ end -}} -
+
-- cgit v1.2.3