FIX theme toggle
This commit is contained in:
parent
bfccca3b45
commit
553285c04b
9 changed files with 111 additions and 34 deletions
|
@ -1,13 +1,15 @@
|
|||
{{ with .Site.Params.header }}
|
||||
<header id="header" class="header">
|
||||
<a class="home" href="/#"><i class="icon-home"></i></a>
|
||||
<div class="items">
|
||||
{{ if .links }}
|
||||
{{ range .links }}
|
||||
<a class="item" href="{{ .url }}">{{ .text }}</a>
|
||||
<header id="header">
|
||||
<div class="header">
|
||||
<a class="home" href="/#"><i class="icon-home"></i></a>
|
||||
<div class="items">
|
||||
{{ if .links }}
|
||||
{{ range .links }}
|
||||
<a class="item" href="{{ .url }}">{{ .text }}</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
<a id="theme-toggler" href="#"><i class="icon-adjust"></i></a>
|
||||
</div>
|
||||
<a href="/#"><i class="icon-adjust"></i></a>
|
||||
</header>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue