minor changes to layouts

This commit is contained in:
loikein 2023-04-24 02:18:29 +01:00
parent c9d7349ee8
commit 9e249d6e0c
2 changed files with 3 additions and 3 deletions

View file

@ -26,8 +26,8 @@
<span>{{ .ReadingTime }} min read&nbsp;</span>
{{- end -}}
{{- range .Params.categories -}}
<a href="{{ "/categories/" | absURL }}{{ . | urlize }}">{{ . }}</a>&nbsp;
{{- range .Params.tags -}}
<a href="{{ "/tags/" | absURL }}{{ . | urlize }}">{{ . }}</a>&nbsp;
{{- end -}}
</span>
{{- end -}}

View file

@ -1,5 +1,5 @@
<head>
<title>{{ .Site.Title }} - {{ .Title }}</title>
<title>{{ .Title }} - {{ .Site.Title }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="description"