Add highlight.css

This commit is contained in:
ItsDrike 2021-08-25 10:53:38 +02:00
parent d50b81cc05
commit 9a594f6596
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
{{ partial "style.html" "scss/style.scss" }}
{{ partial "style.html" "css/highlight.css" }}
</head>
<body>
{{ block "main" . }}{{ end }}