From 3e6a31685aae78e21bc01c0760347b8b9b43c1f0 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Tue, 03 Jun 2025 15:47:39 +0000 Subject: [PATCH] cleanup #147 --- exampleSite/hugo.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index a1a657c..4f1cc7e 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -4,7 +4,7 @@ # 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/cellebyte/compose", + "github.com/onweru/compose", ] # edit this if you'ld rather use a fork of this repo # theme = "compose" enableGitInfo = true -- Gitblit v1.10.0