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">
|
||||
<div class="wrap">
|
||||
{{ if .IsHome }}
|
||||
<h1 class="logo"><a href="{{ "/" | absURL }}">{{ .Site.Title }} </a></h1>
|
||||
<h1 class="logo"><a href="{{ "" | absURL }}">{{ .Site.Title }}</a></h1>
|
||||
{{ else }}
|
||||
<p class="logo"><a href="{{ "/" | absURL }}">{{ .Site.Title }} </a></p>
|
||||
<p class="logo"><a href="{{ "" | absURL }}">{{ .Site.Title }}</a></p>
|
||||
{{ end }}
|
||||
{{ if (isset .Site.Menus "main") }}
|
||||
<button class="menu-toggle" type="button"></button>
|
||||
|
|
Loading…
Reference in a new issue