From d29af7ee395555e628ee0f3def31c748394cc93b Mon Sep 17 00:00:00 2001 From: ericmarin Date: Mon, 20 Apr 2026 14:06:38 +0200 Subject: hugo! --- layouts/_partials/footer.html | 1 + layouts/_partials/head.html | 5 +++++ layouts/_partials/header.html | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 layouts/_partials/footer.html create mode 100644 layouts/_partials/head.html create mode 100644 layouts/_partials/header.html (limited to 'layouts/_partials') diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html new file mode 100644 index 0000000..ea78525 --- /dev/null +++ b/layouts/_partials/footer.html @@ -0,0 +1 @@ +

© {{ now.Format "2006" }} Eric Marin - Source (AGPLv3)

diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html new file mode 100644 index 0000000..5c09651 --- /dev/null +++ b/layouts/_partials/head.html @@ -0,0 +1,5 @@ + + + +{{ .Title }} + diff --git a/layouts/_partials/header.html b/layouts/_partials/header.html new file mode 100644 index 0000000..28d4b0a --- /dev/null +++ b/layouts/_partials/header.html @@ -0,0 +1,3 @@ + -- cgit v1.2.3