chore: use relative url
Otherwise this breaks on https://janraasch.github.io/hugo-scroll/services/
This commit is contained in:
parent
beeee2858b
commit
78400b82f4
|
@ -2,7 +2,7 @@
|
|||
<main class="content page-template page-{{ .Slug }}" role="main">
|
||||
<article class="post page">
|
||||
<header class="post-header">
|
||||
<a id="blog-logo" href="{{ "/" | absURL }}">
|
||||
<a id="blog-logo" href="{{ "/" | relURL }}">
|
||||
{{ .Site.Title }}
|
||||
</a>
|
||||
</header>
|
||||
|
@ -12,4 +12,4 @@
|
|||
</section>
|
||||
</article>
|
||||
</main>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue