diff options
author | V.H. Belvadi <hello@vhbelvadi.com> | 2019-05-14 07:33:07 +0530 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-15 09:53:49 +0200 |
commit | e4a97bee27c75110d983791b620dce677c44897f (patch) | |
tree | 6d0454cc82ec85f8df92b54feb7684bd839efd35 /layouts/partials/docs | |
parent | 3920d5ff745f20a387065df2375e3c1e8e48191c (diff) |
Various changes to improve local loading of Oxygen.
Diffstat (limited to 'layouts/partials/docs')
-rw-r--r-- | layouts/partials/docs/html-head.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index 35d0e81..5fbc549 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -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 }}"> |