Fix links
This commit is contained in:
parent
1304e354dd
commit
1bc35a3e33
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
{{ if .IsHome }}
|
{{ if .IsHome }}
|
||||||
<h1 class="logo"><a href="{{ "/" | absURL }}">{{ .Site.Title }} </a></h1>
|
<h1 class="logo"><a href="{{ "" | absURL }}">{{ .Site.Title }}</a></h1>
|
||||||
{{ 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") }}
|
{{ if (isset .Site.Menus "main") }}
|
||||||
<button class="menu-toggle" type="button"></button>
|
<button class="menu-toggle" type="button"></button>
|
||||||
|
|
Loading…
Reference in a new issue