more fixes theme

This commit is contained in:
sonic182
2022-04-01 22:45:54 +02:00
parent b10f02eee9
commit 066b435226
+3 -3
View File
@@ -1,9 +1,9 @@
{{ define "head" }}
<meta name="description" content="{{ .Params.description }}">
<link rel="stylesheet" href="/css/single.css">
<link rel="stylesheet" href="{{.Site.Params.Statics}}/css/single.css">
<!-- fontawesome -->
<script defer src="/fontawesome-5/all-5.15.4.js"></script>
<script defer src="{{.Site.Params.Statics}}/fontawesome-5/all-5.15.4.js"></script>
{{ end }}
{{ define "title" }}
@@ -115,4 +115,4 @@
}
</script>
{{ end }}
{{ end }}