We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e496dbd commit a95216fCopy full SHA for a95216f
_includes/layouts/base.html
@@ -11,11 +11,11 @@
11
<meta name="og:url" content="https://www.luanti.org{{ page.url }}">
12
<meta name="og:title" content="{{ title | i18n | escape }}">
13
<meta name="og:site_name" content="{{ 'Luanti' | i18n }}">
14
- {% if page.description %}
+ {% if description %}
15
<meta name="og:description" content="{{ description | i18n | escape | strip }}">
16
<meta name="description" content="{{ description | i18n | escape | strip }}">
17
{% endif %}
18
- {% if page.image %}
+ {% if image %}
19
<meta name="og:image" content="{{ image | absolute_url }}">
20
21
<link rel="alternate" hreflang="{{ lang }}" href="{{ page.url | absolute_url }}">
0 commit comments