diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-11-07 12:54:18 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-11-07 12:54:18 +0100 |
commit | 143cb9341d0d50c69da9900b4e721db1b66606cd (patch) | |
tree | 820e859443a34bc97f9a6a9e3f61231ba3b46cd0 /layouts/docs | |
parent | b88206b14f5e90b454dcf8d3ac2b0662edf78302 (diff) |
Improve font rendering
Diffstat (limited to 'layouts/docs')
-rw-r--r-- | layouts/docs/baseof.html | 7 |
1 files changed, 5 insertions, 2 deletions
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 @@ <!DOCTYPE html> {{- partial "docs/shared" -}} <html> + <head> {{ partial "docs/html-head" . }} {{ partial "docs/inject/head" . }} @@ -14,13 +15,13 @@ <nav role="navigation"> {{ partial "docs/brand" . }} {{ partial "docs/inject/menu-before" . }} - + {{ if .Site.Params.BookMenuBundle }} {{ partial "docs/menu-bundle" . }} {{ else }} {{ partial "docs/menu-filetree" . }} {{ end }} - + {{ partial "docs/inject/menu-after" . }} </nav> </aside> @@ -43,5 +44,7 @@ </main> {{ partial "docs/inject/body" . }} + </body> + </html>
\ No newline at end of file |