diff options
Diffstat (limited to 'themes/bear/config.toml')
-rw-r--r-- | themes/bear/config.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/bear/config.toml b/themes/bear/config.toml index ca8d27a..78e9f9a 100644 --- a/themes/bear/config.toml +++ b/themes/bear/config.toml @@ -1,6 +1,6 @@ title = "Zola ʕ•ᴥ•ʔ Bear Blog" -base_url = "https://alanpearce.codeberg.page/zola-bearblog" -description = "" +base_url = "https://zola-bearblog.netlify.app/" +description = "A Zola-theme based on Bear Blog." # Whether to automatically compile all Sass files in the sass directory compile_sass = false @@ -20,6 +20,7 @@ highlight_code = true [extra] date_format="%d %b, %Y" +webserver_sends_csp_headers=true [[extra.main_menu]] name = "Bear" |