Add fontawesome

This commit is contained in:
ItsDrike 2021-08-25 11:05:43 +02:00
parent 21f4356ff9
commit 753f8f0e1a
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
5 changed files with 41 additions and 9 deletions

View file

@ -5,6 +5,7 @@
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
{{ partial "style.html" "scss/style.scss" }}
{{ partial "style.html" "css/highlight.css" }}
{{ partial "style.html" "css/font-awesome.css" }}
</head>
<body>
{{ block "main" . }}{{ end }}