Add og:title

This commit is contained in:
rubenwardy 2023-04-30 23:22:10 +01:00
parent 50037f6cb7
commit d8ee237b1d

@ -15,6 +15,7 @@
<meta name="robots" content="noindex">
{%- endif %}
{% if self.description -%}
<meta name="og:title" content="{{ self.title() | normalize_whitespace }}">
<meta name="description" content="{{ self.description() | normalize_whitespace }}">
<meta name="og:description" content="{{ self.description() | normalize_whitespace }}">
{%- endif %}