implement semantic meta titles

This commit is contained in:
yggverse 2025-08-10 09:43:40 +03:00
parent b53a6cf8ca
commit ee494dbfd8
2 changed files with 24 additions and 1 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<title>{{ meta.title }}</title>
<title>{{ title }}</title>
{% if meta.description %}
<meta name="description" content="{{ meta.description }}" />
{% endif %}