mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
Minor fixes
This commit is contained in:
parent
13150ec9d8
commit
830fa91359
@ -12,9 +12,7 @@
|
||||
|
||||
<aside class="menu fixed">
|
||||
<nav role="navigation">
|
||||
<h2 class="brand">
|
||||
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
</h2>
|
||||
{{ partial "docs/brand" . }}
|
||||
{{ partial "docs/inject/menu-before" . }}
|
||||
|
||||
{{ if .Site.Params.BookMenuBundle }}
|
||||
|
3
layouts/partials/docs/brand.html
Normal file
3
layouts/partials/docs/brand.html
Normal file
@ -0,0 +1,3 @@
|
||||
<h2 class="brand">
|
||||
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
</h2>
|
@ -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 }}">
|
Loading…
Reference in New Issue
Block a user