Add favicon and some fixes
This commit is contained in:
@ -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">
|
||||
|
||||
|
Reference in New Issue
Block a user