From 143cb9341d0d50c69da9900b4e721db1b66606cd Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 7 Nov 2018 12:54:18 +0100 Subject: Improve font rendering --- layouts/docs/baseof.html | 7 +++++-- layouts/partials/docs/html-head.html | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'layouts') diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 30c58c0..a332fc5 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -1,6 +1,7 @@ {{- partial "docs/shared" -}} + {{ partial "docs/html-head" . }} {{ partial "docs/inject/head" . }} @@ -14,13 +15,13 @@ @@ -43,5 +44,7 @@ {{ partial "docs/inject/body" . }} + + \ No newline at end of file diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index 5e7b90f..f7feadb 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -2,7 +2,7 @@ {{- template "title" . }} | {{ .Site.Title -}} - + {{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} -- cgit v1.2.3