mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Use a custom opengraph template and rename feature-video to just feature
This commit is contained in:
@ -12,16 +12,10 @@ tags = [
|
||||
"awesome",
|
||||
]
|
||||
|
||||
# this image will be shown for the article in list pages
|
||||
# this will be shown for the article in list pages
|
||||
# currently it can be either an image or video
|
||||
[[resources]]
|
||||
name = "feature"
|
||||
src = "something.webp"
|
||||
title = "Some image (image format can be anything; webp is just an example)"
|
||||
|
||||
# same as above, but a video. only one will be shown; image takes
|
||||
# priority over video
|
||||
[[resources]]
|
||||
name = "feature-video"
|
||||
src = "whatever.webm"
|
||||
title = "Whatever video (video format can be anything; webm is just an example)"
|
||||
+++
|
||||
|
Reference in New Issue
Block a user