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"> <main class="content page-template page-{{ .Slug }}" role="main">
<article class="post page"> <article class="post page">
<header class="post-header"> <header class="post-header">
<a id="blog-logo" href="{{ "/" | absURL }}"> <a id="blog-logo" href="{{ "/" | relURL }}">
{{ .Site.Title }} {{ .Site.Title }}
</a> </a>
</header> </header>
@ -12,4 +12,4 @@
</section> </section>
</article> </article>
</main> </main>
{{ end }} {{ end }}