config.toml: adjust css path as it broke with the baseulr change

This commit is contained in:
Rico Ullmann 2020-01-25 22:22:39 +01:00
parent bd15f0bc60
commit 347ddbf2dd
Signed by: rullmann
GPG Key ID: 1C6E8C577C878C6F
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ enableRobotsTXT = true
background_color_class = "bg-black"
featured_image = "/images/csd_wi_default_header.jpg"
recent_posts_number = 2
custom_css = ["css/csd_wiesbaden.css"]
custom_css = ["/css/csd_wiesbaden.css"]