Fix ordering for html attributes

This commit is contained in:
Maximilian
2023-12-21 00:14:28 -06:00
parent cb4f10e0b4
commit 3ffd548623
3 changed files with 4 additions and 4 deletions

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>SiteName - {{ template "pageTitle" }}</title>
<link rel="stylesheet" href="/static/css/style.css">
<link href="/static/css/style.css" rel="stylesheet">
</head>
<body>
{{ template "content" . }}