mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1304e354dd
@ -28,7 +28,7 @@
|
|||||||
<link rel="apple-touch-icon" href="{{ "img/apple-touch-icon.png" | absURL }}">
|
<link rel="apple-touch-icon" href="{{ "img/apple-touch-icon.png" | absURL }}">
|
||||||
<link rel="icon" href="{{ "img/favicon.ico" | absURL }}">
|
<link rel="icon" href="{{ "img/favicon.ico" | absURL }}">
|
||||||
<!-- Generator -->
|
<!-- Generator -->
|
||||||
{{ .Hugo.Generator }}
|
{{ hugo.Generator }}
|
||||||
<!-- RSS -->
|
<!-- RSS -->
|
||||||
<link rel="alternate" type="application/atom+xml" href="{{ "index.xml" | absURL }}" title="{{ .Site.Title }}">
|
<link rel="alternate" type="application/atom+xml" href="{{ "index.xml" | absURL }}" title="{{ .Site.Title }}">
|
||||||
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
|
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
|
||||||
@ -44,7 +44,9 @@
|
|||||||
{{ else }}
|
{{ else }}
|
||||||
<p class="logo"><a href="{{ "/" | absURL }}">{{ .Site.Title }} </a></p>
|
<p class="logo"><a href="{{ "/" | absURL }}">{{ .Site.Title }} </a></p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if (isset .Site.Menus "main") }}
|
||||||
<button class="menu-toggle" type="button"></button>
|
<button class="menu-toggle" type="button"></button>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<nav class="nav">
|
<nav class="nav">
|
||||||
|
@ -184,6 +184,7 @@ img {
|
|||||||
padding-bottom: 180px;
|
padding-bottom: 180px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
list-style: none;
|
||||||
}
|
}
|
||||||
.menu li + li {
|
.menu li + li {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
Loading…
Reference in New Issue
Block a user