mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 20:21:06 +01:00
macros/head: drop site title from og:title
This is already in the `og:og-site_name`
This commit is contained in:
parent
3c867a0909
commit
5b2095eb5a
|
@ -32,7 +32,7 @@
|
||||||
{% macro open_graph(config) %}
|
{% macro open_graph(config) %}
|
||||||
{%- if page %}
|
{%- if page %}
|
||||||
{%- set permalink = page.permalink %}
|
{%- set permalink = page.permalink %}
|
||||||
{%- set title = title_macros::title(page_title=page.title, main_title=config.title) %}
|
{%- set title = page.title %}
|
||||||
{%- set description = page.description %}
|
{%- set description = page.description %}
|
||||||
{%- set type = "article" %}
|
{%- set type = "article" %}
|
||||||
{%- if page.extra and page.extra.og_image %}
|
{%- if page.extra and page.extra.og_image %}
|
||||||
|
|
Loading…
Reference in a new issue