Skip to content

Commit 238dd0a

Browse files
committed
Fix opengraph banner
1 parent 61fb5d0 commit 238dd0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ title_separator = "|" # Separator between title and title_addition, set as |, -
9999
title_addition = "Fast & Lightweight Zola Theme" # a default value for title addition
100100
author = "Haskell.org"
101101
keywords = "haskell, functional programming, blog" # used for the primary site index
102-
banner = "banner.png" # Used as default image for OpenGraph/Twitter if page specific image is undefined.
102+
banner = "images/haskell-opengraph.png" # Used as default image for OpenGraph/Twitter if page specific image is undefined.
103103
seo = true # enable or disable seo-related meta tags: opengraph, facebook, twitter
104104
#dev = false # development mode, if true then robots.txt should prevent search indexing.
105105

static/images/haskell-opengraph.png

5.02 KB
Loading

0 commit comments

Comments
 (0)