From bd36c4b1754cb5ab595994d21373b6ca17c3a7e5 Mon Sep 17 00:00:00 2001 From: nono Date: Wed, 17 Aug 2022 18:53:37 +0200 Subject: [PATCH] Fix theme links --- theme.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.toml b/theme.toml index 044f7b0..8217bcc 100644 --- a/theme.toml +++ b/theme.toml @@ -1,8 +1,8 @@ name = "blogotheme" license = "AGPL" -licenselink = "https://git.n07070.xyz/n07070/blog-theme/src/branch/main/LICENSE" +licenselink = "https://git.n07070.xyz/n07070/blogotheme/src/branch/main/LICENSE" description = "The theme for my blog, used by the Hugo static website generator. It's based on the design of newspapers, brutalist web design, and inspired by the solar website built by low tech magazine." -homepage = "https://git.n07070.xyz/n07070/blog-theme/" +homepage = "https://git.n07070.xyz/n07070/blogotheme/" tags = ["Blog", "Personal", "Responsive", "Minimal", "Simple", "Clean", "Modern", "Technical", "Brutalist"] features = ["Responsive"] min_version = "0.41"