diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-24 17:03:23 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-24 17:03:23 +0200 |
commit | b6d7a1050fe273869646242304899f0a0f1483b2 (patch) | |
tree | 3e9b75f74723b8981cfca53f59dadc659684847d /layouts/partials/docs/html-head.html | |
parent | 8678e82154226d31ff2833c83fc078d6260a218f (diff) |
Improve mobile UX
Diffstat (limited to 'layouts/partials/docs/html-head.html')
-rw-r--r-- | layouts/partials/docs/html-head.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index e77c218..fe09dd0 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -3,8 +3,10 @@ <title>{{- template "title" . }} | {{ .Site.Title -}}</title> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:300,400,700" rel="stylesheet"> -<link href="/css/pure-min.css" rel="stylesheet"> -<!-- <link href="/css/grids-responsive-min.css" rel="stylesheet"> --> +<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/base-min.css"> +<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-min.css"> +<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-responsive-min.css"> + {{ $styles := resources.Get "styles.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} <link rel="stylesheet" href="{{ $styles.Permalink }}">
\ No newline at end of file |