Update to readable.css v1.1.0 (#13)
* Update to readable.css v1.1.0 data-style="classy" was also added to the <nav> element to preserve the same style as the previous default. * Use minified version of readable.css to save bandwidth The readable.css file is kept for readability sake of people using this template. --------- Co-authored-by: Benjamin Hollon <me@benjaminhollon.com>
This commit is contained in:
parent
bcd26f888b
commit
f3327bc67c
4 changed files with 52 additions and 20 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<h1>{{ $.Site.Title }}</h1>
|
||||
<p>{{ $.Site.Params.subtitle }}</p>
|
||||
|
||||
<nav>
|
||||
<nav data-style="classy">
|
||||
{{ range .Site.Menus.main -}}
|
||||
<span>
|
||||
<a href="{{ .URL | absLangURL }}">{{ .Name }}</a>
|
||||
</span>
|
||||
{{- end }}
|
||||
</nav>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue