Page title update.

This commit is contained in:
Johannes Findeisen 2024-02-20 00:06:33 +01:00
commit f2b67fc2d6
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<head>
<meta charset="{{ site.charset }}">
<meta name="author" content="{{ site.org }}">
<title>{{ site.url_short }}:{{ page.url }}</title>
<title>{{ site.url_short }}:{{ page.url }} - {{ site.subtitle }}</title>
<meta name="description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines | truncate: 160 }}{% endif %}">
{% if page.tags %}<meta name="keywords" content="{{ site.keywords | join: ',' }},{{ page.tags | join: ',' }}">{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1">

View file

@ -37,6 +37,6 @@ tags:
<h3>Cons</h3>
<ul>
<li>?</li>
<li>Requires JavaScript</li>
</ul>