From a7cd11e6962183fbb4d367057e0deeb4aad95840 Mon Sep 17 00:00:00 2001 From: Martin Wurm Date: Wed, 3 Apr 2024 09:51:12 +0200 Subject: [PATCH 1/2] disable license notice on homepage --- content/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/_index.md b/content/_index.md index 11b6b5a..fd9f93d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,6 +2,7 @@ title: Hi there! // description: Welcome to my site! readingTime: false +license: false menu: main: name: Home From 915963ff9f54be3a2cde62d0708f45942501f700 Mon Sep 17 00:00:00 2001 From: Martin Wurm Date: Wed, 3 Apr 2024 11:01:23 +0200 Subject: [PATCH 2/2] bump version --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index d89991b..c283aff 100644 --- a/default.nix +++ b/default.nix @@ -27,7 +27,7 @@ with pkgs; let in stdenv.mkDerivation rec { name = "mart-w.de-${version}"; - version = "1.0.1"; + version = "1.0.2"; src = ./.;