diff options
Diffstat (limited to 'themes/polaris/layouts/_default')
-rw-r--r-- | themes/polaris/layouts/_default/baseof.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/polaris/layouts/_default/baseof.html b/themes/polaris/layouts/_default/baseof.html index b6ccdac..df0c651 100644 --- a/themes/polaris/layouts/_default/baseof.html +++ b/themes/polaris/layouts/_default/baseof.html @@ -4,6 +4,8 @@ <meta charset="utf-8"> <title>{{ .Site.Title }}</title> <meta name="viewport" content="width=device-width, initial-scale=1"> + {{ $notoSerif := resources.Get "css/noto-serif.css" | minify | fingerprint }} + <link rel="stylesheet" href="{{ $notoSerif.Permalink }}"> {{ $style := resources.Get "css/style.css" | minify | fingerprint }} <link rel="stylesheet" href="{{ $style.Permalink }}"> </head> |