make scroll hint clickable

This commit is contained in:
Vri 🌈 2023-03-15 11:42:08 +01:00
parent 2f94404a61
commit 7362dc790f
Signed by: vrifox
GPG key ID: D40098E5B60B2197
4 changed files with 17 additions and 7 deletions

View file

@ -7,11 +7,12 @@
<header id="introduction" class="global-header">
<h1>{{ i18n "introduction-heading" }}</h1>
<p>{{ i18n "introduction-sub" }}</p>
<a href="#main" id="scroll-down"></a>
</header>
{{ end }}
{{- define "main" }}
<main>
<main id="main">
{{ .Content }}
</main>
{{- end }}