mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 20:21:06 +01:00
macros/head: add OpenGraph site_name tag
The tag `og:site_name` is an optional OpenGraph[0] tag for the website name. The tag `og:title` is for the page name. This improves displaying the page in embedded "cards". - [0] https://ogp.me/
This commit is contained in:
parent
7f630a4e31
commit
3c867a0909
|
@ -78,8 +78,9 @@
|
|||
{%- endif -%}{# #}
|
||||
<meta name="description" content="{{ description | safe }}">
|
||||
|
||||
<meta property="og:description" content="{{ description | safe }}">
|
||||
<meta property="og:site_name" content="{{ config.title }}">
|
||||
<meta property="og:title" content="{{ title | safe }}">
|
||||
<meta property="og:description" content="{{ description | safe }}">
|
||||
<meta property="og:type" content="{{ type }}">
|
||||
<meta property="og:url" content="{{ permalink | safe }}">
|
||||
{% if og_image %}
|
||||
|
|
Loading…
Reference in a new issue