diff options
author | Alan Pearce | 2023-09-02 18:55:59 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-02 18:55:59 +0200 |
commit | 0800ba2afe4e733796c7c3a177ffbbf458f78eca (patch) | |
tree | b7231de8d91f3e965a831db43a851b66e1d662c9 | |
parent | 9a344d88944a08a96e9681fd399d9b2f25eac56c (diff) | |
download | zola-bearblog-0800ba2afe4e733796c7c3a177ffbbf458f78eca.tar.lz zola-bearblog-0800ba2afe4e733796c7c3a177ffbbf458f78eca.tar.zst zola-bearblog-0800ba2afe4e733796c7c3a177ffbbf458f78eca.zip |
Update demo URL
-rw-r--r-- | theme.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml index f2475d6..1bba50d 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ homepage = "https://codeberg.org/alanpearce/zola-bearblog" # The minimum version of Zola required min_version = "0.4.0" # An optional live demo URL -demo = "https://alanpearce.codeberg.page/zola-bearblog" +demo = "https://zola-bearblog.netlify.app/" # Any variable there can be overridden in the end user `config.toml` # You don't need to prefix variables by the theme name but as this will |