From af2144dadfecc18e368fd5784b203794c1e6d9af Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Wed, 11 Feb 2026 12:55:51 +0100 Subject: feat: changed website layout --- layouts/partials/footer.html | 14 +++----------- layouts/partials/head.html | 15 ++++++--------- layouts/partials/header.html | 34 ++++++++++++++++++++++++---------- layouts/partials/navigation.html | 18 ------------------ 4 files changed, 33 insertions(+), 48 deletions(-) delete mode 100644 layouts/partials/navigation.html (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 83be5c4..641b3b9 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,11 +1,3 @@ - - - +{{ with .Site.Params.footer }} +{{ . | markdownify }} +{{ end }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 546851c..8708ddb 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,9 +1,6 @@ - - - - - - - - - + + + + + + diff --git a/layouts/partials/header.html b/layouts/partials/header.html index f3feda0..9deb68f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,10 +1,24 @@ - - - {{ partial "head.html" . }} -
- my logo -
-

mjkw.pl

- {{ partial "navigation.html" .}} -
-
+mjkw logo +
+

mjkw.pl

+ +
diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html deleted file mode 100644 index 6d9d2ca..0000000 --- a/layouts/partials/navigation.html +++ /dev/null @@ -1,18 +0,0 @@ - - -- cgit v1.2.3