mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Configurable webfonts file name
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
<link rel="stylesheet" href="/css/reset.css">
|
||||
<link rel="stylesheet" href="/css/pygments.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
{{ if .Site.Params.WebfontsFile }}
|
||||
<link rel="stylesheet" href="{{ .Site.Params.WebfontsFile }}">
|
||||
{{ else }}
|
||||
<link rel="stylesheet" href="/css/webfonts.css">
|
||||
{{ end }}
|
||||
|
||||
<!-- Icon -->
|
||||
<link rel="shortcut icon"
|
||||
|
Reference in New Issue
Block a user