chore: use relative url

Otherwise this breaks on https://janraasch.github.io/hugo-scroll/services/
This commit is contained in:
Jan Raasch 2020-07-09 11:32:05 +02:00
parent beeee2858b
commit 78400b82f4

View file

@ -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 }}