Skip to content

Commit a95216f

Browse files
committed
Fix meta description
1 parent e496dbd commit a95216f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/layouts/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<meta name="og:url" content="https://www.luanti.org{{ page.url }}">
1212
<meta name="og:title" content="{{ title | i18n | escape }}">
1313
<meta name="og:site_name" content="{{ 'Luanti' | i18n }}">
14-
{% if page.description %}
14+
{% if description %}
1515
<meta name="og:description" content="{{ description | i18n | escape | strip }}">
1616
<meta name="description" content="{{ description | i18n | escape | strip }}">
1717
{% endif %}
18-
{% if page.image %}
18+
{% if image %}
1919
<meta name="og:image" content="{{ image | absolute_url }}">
2020
{% endif %}
2121
<link rel="alternate" hreflang="{{ lang }}" href="{{ page.url | absolute_url }}">

0 commit comments

Comments
 (0)