Meta: Spring cleaning

Added syntax highlighting, remove font, many small improvements.
Hot fix font: Athelas shows weird symbols in Chrome.
This commit is contained in:
Jan Kremer 2024-04-01 22:42:52 +02:00
parent 138062aac8
commit f91ff03006
Signed by: jan
GPG key ID: A7DA689CB3B078EC
19 changed files with 74 additions and 54 deletions

View file

@ -1,2 +1,2 @@
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a> &emsp;&emsp; {{ site.Title }} &emsp;
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a> &emsp;&emsp; {{ site.Title }} &emsp;
&emsp; 2021{{ now.Year }}</p>

View file

@ -1,6 +1,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
<meta charset="UTF-8">
<meta name="description" content="Blog von Jan Kremer">
<meta name="keywords" content="Blog">
<meta name="author" content="Jan Kremer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}
{{ partial "analytics.html" . }}