fixed some minor html bugs

This commit is contained in:
Michael Clemens 2021-07-22 14:20:26 +02:00
parent 641cb536cf
commit 3dc276307a
3 changed files with 2 additions and 4 deletions

View File

@ -4,11 +4,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style type=text/css>body{font-family:monospace;}</style>
<!--<style type=text/css>body{font-family:monospace;}</style>-->
<title>{{ .Site.Title }}</title>
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
<link rel="stylesheet" href="{{ "css/style.css?v1.0" | relURL }}">
<link rel="stylesheet" href="{{ "css/style.css?v1.03" | relURL }}">
{{ range .Site.Params.customCSS -}}
<link rel="stylesheet" href="{{ . | relURL }}?rnd={{ now.Unix }}">
{{- end }}

View File

@ -6,7 +6,6 @@
{{ range .Params.tags }}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }}
<div>
{{ .Content }}
</div>

View File

@ -19,4 +19,3 @@
{{ end }}
</header>
<hr>
</p>