diff options
author | jakeg | 2023-04-28 19:41:47 +0000 |
---|---|---|
committer | jakeg | 2023-04-28 19:41:47 +0000 |
commit | 6b275f6d281b5d8653562dc9bb84b6d4681a1153 (patch) | |
tree | 6769c7ddea3982252f53f5cf037504fdc7fff741 | |
parent | ae781218b47b1ec5664fef6d883b9cc96bda9ce7 (diff) | |
download | zola-bearblog-6b275f6d281b5d8653562dc9bb84b6d4681a1153.tar.lz zola-bearblog-6b275f6d281b5d8653562dc9bb84b6d4681a1153.tar.zst zola-bearblog-6b275f6d281b5d8653562dc9bb84b6d4681a1153.zip |
Update 'theme.toml'
Fix Link.
-rw-r--r-- | theme.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml index ed137c8..f2475d6 100644 --- a/theme.toml +++ b/theme.toml @@ -1,7 +1,7 @@ name = "Bear" description = "Bear blog theme" license = "MIT" -homepage = "https://codeberg.org/alanpearce/zola/bearblog" +homepage = "https://codeberg.org/alanpearce/zola-bearblog" # The minimum version of Zola required min_version = "0.4.0" # An optional live demo URL |