From 5f68163fbf61cf600e3c614fd9a2c9d0976e3e91 Mon Sep 17 00:00:00 2001 From: Cellebyte <marcel.fest@live.de> Date: Thu, 08 May 2025 15:25:40 +0000 Subject: [PATCH] hotfix --- exampleSite/config/_default/params.toml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index df27a32..8f2c68d 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -5,7 +5,7 @@ blogDir = "blog" # can be posts, blog e.t.c -repo = "https://github.com/onweru/compose" +repo = "https://github.com/cellebyte/compose" time_format_blog = "Monday, January 02, 2006" time_format_default = "January 2, 2006" @@ -46,7 +46,7 @@ name = "GitHub" iconLight = "images/GitHubMarkLight.svg" iconDark = "images/GitHubMarkDark.svg" - url = "https://github.com/onweru/compose/" + url = "https://github.com/cellebyte/compose/" # optional # attribution. Feel free to delete this -- Gitblit v1.10.0