mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-12-14 09:58:43 +01:00
Add OpenGraph support
Add the necessary OpenGraph meta tags to all pages. Fix https://github.com/pawroman/zola-theme-terminimal/issues/3
This commit is contained in:
parent
a9969735db
commit
6af6b597fa
5 changed files with 95 additions and 2 deletions
|
|
@ -96,3 +96,8 @@ use_full_hack_font = false
|
|||
#
|
||||
# Note that the main (index) page only has the main title.
|
||||
page_titles = "main_only"
|
||||
|
||||
# Optional: default image to use for OpenGraph.
|
||||
# If the page doesnt set og_image, use this one as fallback. Usefull
|
||||
# for indexes and taxonomies' pages.
|
||||
#default_og_image = "static/ocean.jpg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue