Want to contribute? Fork me on Codeberg.org!
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
sakura-hugo-theme/layouts/partials/header.html

2 lines
141 B

{{ if and .IsHome (eq .Paginator.PageNumber 1) }}{{ .Site.Params.HomepageHeader | safeHTML }}{{ else }}<a href="/">&laquo; Home</a>{{ end }}