Fix site_name

This commit is contained in:
rubenwardy 2023-05-14 14:20:44 +01:00
parent b67baac70b
commit 2850211d4f

View File

@ -21,7 +21,8 @@ layout: compress
<link rel="canonical" href="https://rubenwardy.com/minetest_modding_book{{ page.url }}"> <link rel="canonical" href="https://rubenwardy.com/minetest_modding_book{{ page.url }}">
<meta name="og:url" content="https://rubenwardy.com/minetest_modding_book{{ page.url }}"> <meta name="og:url" content="https://rubenwardy.com/minetest_modding_book{{ page.url }}">
<meta name="og:title" content="{{ page.title | escape }}"> <meta name="og:title" content="{{ page.title | escape }}">
<meta name="og:site_name" content="Minetest"> <meta name="og:author" content="rubenwardy">
<meta name="og:site_name" content="Minetest Modding Book">
{% if page.description %} {% if page.description %}
<meta name="og:description" content="{{ page.description | escape | strip }}"> <meta name="og:description" content="{{ page.description | escape | strip }}">
<meta name="description" content="{{ page.description | escape | strip }}"> <meta name="description" content="{{ page.description | escape | strip }}">