mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +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="icon" href="{{ "img/favicon.ico" | absURL }}">
|
||||
<!-- Generator -->
|
||||
{{ .Hugo.Generator }}
|
||||
{{ hugo.Generator }}
|
||||
<!-- RSS -->
|
||||
<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") }}
|
||||
@ -44,7 +44,9 @@
|
||||
{{ else }}
|
||||
<p class="logo"><a href="{{ "/" | absURL }}">{{ .Site.Title }} </a></p>
|
||||
{{ end }}
|
||||
{{ if (isset .Site.Menus "main") }}
|
||||
<button class="menu-toggle" type="button"></button>
|
||||
{{ end }}
|
||||
</div>
|
||||
</header>
|
||||
<nav class="nav">
|
||||
|
@ -184,6 +184,7 @@ img {
|
||||
padding-bottom: 180px;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
list-style: none;
|
||||
}
|
||||
.menu li + li {
|
||||
margin-top: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user