Fix ordering for html attributes
This commit is contained in:
templates
@@ -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" . }}
|
||||
|
Reference in New Issue
Block a user