Various changes to improve local loading of Oxygen.

This commit is contained in:
V.H. Belvadi
2019-05-14 07:33:07 +05:30
committed by Alex Shpak
parent 3920d5ff74
commit e4a97bee27
23 changed files with 25 additions and 30 deletions
-6
View File
@@ -2,12 +2,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{- template "title" . }} | {{ .Site.Title -}}</title>
<!-- Fonts for the theme -->
{{ if default true .Site.Params.googleFonts }}
{{ $fonts := resources.Get "_fonts.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $fonts.RelPermalink }}">
{{ end }}
<!-- Theme stylesheet, you can customize scss by creatig `assets/custom.scss` in your website -->
{{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">