From e7c7a26df06df8a6bff874be95a590fde2d8ed0d Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Mon, 5 Aug 2024 22:18:22 +0200 Subject: [PATCH] Add last modification time. --- config.toml | 5 +++-- .../posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/index.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 6c360e4..b69d479 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,6 @@ baseURL = 'https://www.bovender.de/' languageCode = 'en-us' +timeZone = 'Europe/Berlin' defaultContentLanguage = 'en' title = 'bovender' theme = "hermit-v2" @@ -67,7 +68,7 @@ expiryDate = ["expiryDate"] # bgImg = "" ShowLastmod = true - gitUrl = "https://git.bovender.de/daniel/blog" + gitUrl = "https://git.bovender.de/daniel/blog/commit/" justifyContent = true @@ -125,4 +126,4 @@ expiryDate = ["expiryDate"] [[menu.main]] name = "Impressum" url = "impressum/" - weight = 30 \ No newline at end of file + weight = 30 diff --git a/content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/index.md b/content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/index.md index 07190c8..4c530d5 100644 --- a/content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/index.md +++ b/content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/index.md @@ -1,7 +1,8 @@ --- title: "Experience with running Fedora Linux on a Thinkpad P14s Gen 5" description: "Everything works out of the box, but the keyboard and the battery leave something to be desired." -date: 2024-08-05T21:00:00+0200 +date: 2024-08-05T21:00:00+02:00 +ShowLastmod: true draft: false toc: true scrolltotop: true