macros/head: drop site title from og:title

This is already in the `og:og-site_name`
This commit is contained in:
Heitor Pascoal de Bittencourt 2024-11-19 11:18:43 -03:00
parent 3c867a0909
commit 5b2095eb5a
No known key found for this signature in database
GPG key ID: 2DD9C1566E2774A2

View file

@ -32,7 +32,7 @@
{% macro open_graph(config) %}
{%- if page %}
{%- 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 type = "article" %}
{%- if page.extra and page.extra.og_image %}