Update header.html
This commit is contained in:
parent
d88060a115
commit
f0afe3c92e
@ -4,6 +4,9 @@
|
|||||||
<title>{% if page.title != "Introduction" %}{{ page.title }} - {% endif %}Minetest Modding Book</title>
|
<title>{% if page.title != "Introduction" %}{{ page.title }} - {% endif %}Minetest Modding Book</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<meta name="description" content="An easy guide to learn how to create mods for Minetest">
|
||||||
|
<meta name="keywords" content="Minetest, modding, book, tutorial, guide, easy">
|
||||||
|
<meta name="author" content="rubenwardy">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<ul id="navbar">
|
<ul id="navbar">
|
||||||
|
Loading…
Reference in New Issue
Block a user