feat: cleanup, add title tag finally

This commit is contained in:
Devin Haska 2024-02-08 21:39:45 -08:00
parent 1cad57d8e8
commit a8a79d9f29
5 changed files with 11 additions and 4 deletions

View file

@ -5,6 +5,10 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
{% if title %}{{ title }} •{% endif %}
{{ meta.siteName }}
</title>
<link rel="stylesheet" href="/assets/css/global.css" />
{% include "partials/meta.html" %}
{% for preload in preloads %}