From af5b5635fc9afec21acd0afbd7ed79e397688dc0 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 8 Sep 2022 02:14:28 -0700 Subject: [PATCH] Fix theme homepage --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index ad221581..52aa0391 100644 --- a/theme.toml +++ b/theme.toml @@ -1,4 +1,4 @@ -demosite = "https://willfaught.github.io/paige" +demosite = "https://willfaught.com/paige" description = "A simple Hugo theme" features = ["blog", "landing page", "responsive", "single column", "menus", "social links"] homepage = "https://github.com/willfaught/paige"