Fix 404 contact (#74)

* Fix a little bug in the contact href on 404
This commit is contained in:
Tobi Smethurst 2021-06-28 13:52:03 +02:00 committed by GitHub
parent 4f3b3f5c0b
commit cf19aaf0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
</aside>
<section>
<h1>404: Page Not Found</h1>
If you believe this was an error, you can <a href="/{{.instance.ContactAccount}}">contact an admin</a>
If you believe this was an error, you can <a href="{{.instance.ContactAccount.URL}}">contact an admin</a>
</section>
{{ template "footer.tmpl" .}}