From be70032f1b671602ecf9be335f96c16bf024e3f9 Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Wed, 8 Jan 2025 03:16:40 +0200 Subject: [PATCH] Update URLs Since it's a fork with strong reference to upstream, I believe it's fine to change this --- i18n/en.toml | 4 ++-- theme.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index 09df4b3c..80891ce1 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -5,10 +5,10 @@ other = "Written by" other = "on" [generator] -other = "Made with Hugo using the Tale theme." +other = "Made with Hugo using the Tale theme." [publishdate] other = "{{ .PublishDate.Format \"January 2, 2006\" }}" [minutes] -other = "minutes" \ No newline at end of file +other = "minutes" diff --git a/theme.toml b/theme.toml index 4337d87e..e413e590 100644 --- a/theme.toml +++ b/theme.toml @@ -3,9 +3,9 @@ name = "Tale" license = "MIT" -licenselink = "https://github.com/EmielH/tale-hugo/blob/master/LICENSE" +licenselink = "https://github.com/ZentriaMC/tale-hugo/blob/master/LICENSE" description = "A port of the Tale theme for Hugo. Tale is a minimal Jekyll theme curated for storytellers." -homepage = "https://github.com/EmielH/tale-hugo" +homepage = "https://github.com/ZentriaMC/tale-hugo" tags = ["minimal", "clean", "responsive", "simple", "personal", "blog", "starter", "light", "typography"] features = ["pagination"] min_version = "0.50"