feat: cleanup, add title tag finally
This commit is contained in:
parent
1cad57d8e8
commit
a8a79d9f29
5 changed files with 11 additions and 4 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue