Refactor templates

This commit is contained in:
Joakim Hellsén 2024-02-03 23:14:58 +01:00
commit a31849434b
4 changed files with 0 additions and 7 deletions

View file

@ -10,8 +10,6 @@
{{ if .Author }}<meta name="author" content="{{ .Author }}">{{ end }}
{{ if .CanonicalURL }}<link rel="canonical" href="{{ .CanonicalURL }}">{{ end }}
<title>{{ .Title }}</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>