feat: add back button everywhere
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
0xMRTT 2023-05-15 20:03:26 +00:00
parent 592f666692
commit 70a0576f19

View file

@ -5,6 +5,7 @@
{{- partial "header.html" . -}}
<div class="container">
{{- block "main" . }}{{- end }}
<p class="dialog-buttons"><a href="/" class="inline-button">Go Home</a> <a href="{{ .Site.Params.IssueURL}}">File an issue</a></p>
</div>
{{- partial "footer.html" . -}}
</body>