From d3a7367083e3382ba9898b03dffa2d9b17cff44d Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 09 Jul 2023 16:04:04 +0000
Subject: [PATCH] patch #114

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

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9ff3f86..bb46a25 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,8 +4,8 @@
 # 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 = "compose"
+# theme = ["github.com/rwstorer/hugo-theme-compose"] # change back to onweru after import
+theme = "compose"
 enableGitInfo = true
 
 # disableKinds = ["taxonomy", "taxonomyTerm"]

--
Gitblit v1.10.0