Skip to content

Commit

Permalink
improved link to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lednerb committed Nov 13, 2017
1 parent 9aac475 commit ffc7193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header>
<div class="container">
<div class="logo">
<a href="{{ .Site.BaseURL }}" class="logo">
<a href="/" class="logo">
{{ if (ne .Site.Params.customImage "") }}
<img src="{{ .Site.Params.customImage }}" alt="">
{{ else }}
Expand All @@ -12,7 +12,7 @@
</a>
</div>
<div class="titles">
<h3 class="title"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h3>
<h3 class="title"><a href="/">{{ .Site.Title }}</a></h3>
{{ with .Site.Params.Subtitle }}
<span class="subtitle">{{ . }}</span>
{{ end }}
Expand Down

0 comments on commit ffc7193

Please sign in to comment.