mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-09 22:47:36 +01:00
Add og:title
This commit is contained in:
parent
50037f6cb7
commit
d8ee237b1d
@ -15,6 +15,7 @@
|
|||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% if self.description -%}
|
{% if self.description -%}
|
||||||
|
<meta name="og:title" content="{{ self.title() | normalize_whitespace }}">
|
||||||
<meta name="description" content="{{ self.description() | normalize_whitespace }}">
|
<meta name="description" content="{{ self.description() | normalize_whitespace }}">
|
||||||
<meta name="og:description" content="{{ self.description() | normalize_whitespace }}">
|
<meta name="og:description" content="{{ self.description() | normalize_whitespace }}">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user