fix favicon

This commit is contained in:
Christoph Cullmann 2025-07-20 20:49:40 +02:00
parent d12237890c
commit 36ca3a6e2d
No known key found for this signature in database

View file

@ -50,13 +50,7 @@ enableRobotsTXT = true
themeStyle = "herman" themeStyle = "herman"
# The path to your favicon # The path to your favicon
favicon = "images/favicon.ico" favicon = "favicon.ico"
# These images will show up when services want to generate a preview of a link
# to your site. Ignored if `generateSocialCard = true`. For more information
# about previews, see https://gohugo.io/templates/internal#twitter-cards and
# https://gohugo.io/templates/internal#open-graph
images = ["images/christoph_avatar.webp"]
# (EXPERIMENTAL) This theme is capable of dynamically generating social cards # (EXPERIMENTAL) This theme is capable of dynamically generating social cards
# for posts that don't have `images` defined in their front matter; By setting # for posts that don't have `images` defined in their front matter; By setting