Adjust page title and description

This commit is contained in:
Yuri Sizov
2023-03-28 16:21:11 +02:00
parent 91df762984
commit 89102f1687
2 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ export default class IndexDescription extends LitElement {
active development branches.
<br>
<strong>
These builds may not be suitable for production use.
These builds are not designed for production use.
<br>
Please use them for testing purposes only.
</strong>

View File

@@ -3,9 +3,9 @@
<head>
<include src="shared/partials/head_content.html"></include>
<title>Godot Interactive Changelog</title>
<meta name="description" content="Godot Engine interactive changelog for each official release of the engine">
<meta name="keywords" content="godot, godot engine, gamedev, changelog, project management">
<title>Godot Commit Artifacts</title>
<meta name="description" content="Godot Engine build artifacts for CI runs of main development branches">
<meta name="keywords" content="godot, godot engine, gamedev, build artifacts, download">
<script src="scripts/index.js"></script>
</head>
@@ -13,4 +13,4 @@
<entry-component></entry-component>
<include src="shared/partials/body_content.html"></include>
</body>
</html>
</html>