diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-30 01:04:22 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-30 01:04:22 +0200 |
commit | 830fa91359cea05f2a3c1654bedce6b575401ad4 (patch) | |
tree | a005cf4938a8f82186b5991921dc21161af79407 /layouts/partials/docs | |
parent | 13150ec9d88a807b55a7c03a30725d4acbec0cb0 (diff) |
Minor fixes
Diffstat (limited to 'layouts/partials/docs')
-rw-r--r-- | layouts/partials/docs/brand.html | 3 | ||||
-rw-r--r-- | layouts/partials/docs/html-head.html | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/layouts/partials/docs/brand.html b/layouts/partials/docs/brand.html new file mode 100644 index 0000000..3a6d7b4 --- /dev/null +++ b/layouts/partials/docs/brand.html @@ -0,0 +1,3 @@ +<h2 class="brand"> + <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> +</h2>
\ No newline at end of file diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index 1da298c..c4134be 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -5,5 +5,5 @@ <link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:300,400,700" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css"> -{{ $styles := resources.Get "styles.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} +{{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} <link rel="stylesheet" href="{{ $styles.Permalink }}">
\ No newline at end of file |