Fixing a lot of bugs related to first deployment.

This commit is contained in:
Adsooi 2021-08-09 01:07:03 +02:00
parent cf25bd95fb
commit 5e72906101
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 8 additions and 7 deletions

View file

@ -1,3 +1,3 @@
{{ define "main"}}
{{ partial "section1.html" (dict "Image" "/img/app0.png" "Content" ("<h1>404. Page not found</h1><br><a role='button' class='primary' href='/'>Return to main page</a>" | safeHTML)) }}
{{ partial "section1.html" (dict "Image" "" "Content" ("<h1>404. Page not found</h1><br><a role='button' class='primary' href='/'>Return to main page</a>" | safeHTML)) }}
{{ end }}