Add favicon and some fixes

This commit is contained in:
Beu
2019-06-25 21:33:28 +02:00
parent ab336bb823
commit 3bcc3e44e4
4 changed files with 10 additions and 1 deletions

View File

@ -16,6 +16,11 @@
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ "css/nix.css" | absURL }}">
<!-- favicon -->
{{ with .Site.Params.Favicon }}
<link rel="shortcut icon" href="{{ . }}">
{{ end }}
<!-- Google Fonts -->
<link href="{{ "css/font-Inconsolata-Open-Sans-Concert-One.css" | absURL }}" rel="stylesheet">