forked from deepStateMirrors/tabi
🐛 fix: support relative paths in inherited social media card (#432)
This commit is contained in:
parent
a7833299ff
commit
39a6750d8b
33 changed files with 64 additions and 46 deletions
|
@ -252,7 +252,7 @@ favicon_emoji = "🌱"
|
|||
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
# Learn how to create these images in batch and automatically:
|
||||
# https://osc.garden/blog/automating-social-media-cards-zola/
|
||||
social_media_card = "social_cards/index.jpg"
|
||||
social_media_card = "index.jpg"
|
||||
|
||||
menu = [
|
||||
{ name = "blog", url = "blog", trailing_slash = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue