Skip to content

Commit ffc7193

Browse files
committed
improved link to homepage
1 parent 9aac475 commit ffc7193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<div class="container">
33
<div class="logo">
4-
<a href="{{ .Site.BaseURL }}" class="logo">
4+
<a href="/" class="logo">
55
{{ if (ne .Site.Params.customImage "") }}
66
<img src="{{ .Site.Params.customImage }}" alt="">
77
{{ else }}
@@ -12,7 +12,7 @@
1212
</a>
1313
</div>
1414
<div class="titles">
15-
<h3 class="title"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h3>
15+
<h3 class="title"><a href="/">{{ .Site.Title }}</a></h3>
1616
{{ with .Site.Params.Subtitle }}
1717
<span class="subtitle">{{ . }}</span>
1818
{{ end }}

0 commit comments

Comments
 (0)