We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aac475 commit ffc7193Copy full SHA for ffc7193
layouts/partials/header.html
@@ -1,7 +1,7 @@
1
<header>
2
<div class="container">
3
<div class="logo">
4
- <a href="{{ .Site.BaseURL }}" class="logo">
+ <a href="/" class="logo">
5
{{ if (ne .Site.Params.customImage "") }}
6
<img src="{{ .Site.Params.customImage }}" alt="">
7
{{ else }}
@@ -12,7 +12,7 @@
12
</a>
13
</div>
14
<div class="titles">
15
- <h3 class="title"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h3>
+ <h3 class="title"><a href="/">{{ .Site.Title }}</a></h3>
16
{{ with .Site.Params.Subtitle }}
17
<span class="subtitle">{{ . }}</span>
18
{{ end }}
0 commit comments