diff options
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/header.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/layouts/partials/header.html b/layouts/partials/header.html index bd17f38..1d8301e 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -4,7 +4,9 @@      {{ if or (not (.Param "hideHeader")) .IsHome }} -    <h1 class="header-title">{{ site.Title }}</h1> +    <h1 class="header-title"> +        <a href="{{ site.BaseURL }}">{{ site.Title }}</a> +    </h1>      <div class="flex">          {{ $currentPage := . }} | 
