From cdf6b3d268e30a5eed8c135ace3aba2642764806 Mon Sep 17 00:00:00 2001
From: doodlebunnyhops <doodlebunnyhops@gmail.com>
Date: Sun, 09 Jul 2023 17:05:53 +0000
Subject: [PATCH] fix: regression #114

---
 exampleSite/config.toml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9ff3f86..bb9d060 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,8 +3,7 @@
 enableRobotsTXT = true
 # this example loads the theme as hugo module
 # comment out line below, and uncomment the line after it if you prefer to load the theme normally
-# theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo
-theme = ["github.com/rwstorer/hugo-theme-compose"] # change back to onweru after import
+theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo
 # theme = "compose"
 enableGitInfo = true
 

--
Gitblit v1.10.0