From fde24916aef1a06758781e7377e1f95343191952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20M=2E=20Sapka?= Date: Mon, 15 May 2023 00:03:48 +0200 Subject: feat: rewrite header to new style and rename site --- config.toml | 2 +- layouts/_default/baseof.html | 43 +++++++---------- static/style.css | 111 +++++++++++++------------------------------ 3 files changed, 50 insertions(+), 106 deletions(-) diff --git a/config.toml b/config.toml index 85dde3d..123ce2c 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = 'https://michal.sapka.me' languageCode = 'en-us' -title = "Michał Sapka's webpage" +title = "Michał Sapka's website" tagline = "Hello do Michał's weblog!" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 95c447d..aa899a6 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -41,42 +41,33 @@ - -
- +
{{ block "main" . }} {{ end }} @@ -84,7 +75,7 @@ {{ block "pagination" . }} {{ end }}
-
+ {{ block "FOOTER" . }}