From 64133afe3333840eb3c1a7f2ee850f6ac74cbc10 Mon Sep 17 00:00:00 2001 From: Seednode Date: Sun, 1 Oct 2023 10:11:13 -0500 Subject: [PATCH] Make entire canvas clickable link on not found/error pages --- cmd/errors.go | 2 +- cmd/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/errors.go b/cmd/errors.go index b555463..26d4514 100644 --- a/cmd/errors.go +++ b/cmd/errors.go @@ -28,7 +28,7 @@ func newErrorPage(title, body string) string { htmlBody.WriteString(``) htmlBody.WriteString(faviconHtml) - htmlBody.WriteString(``) + htmlBody.WriteString(``) htmlBody.WriteString(fmt.Sprintf("%s", title)) htmlBody.WriteString(fmt.Sprintf("%s", body)) diff --git a/cmd/root.go b/cmd/root.go index 3221c5e..75879b8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -12,7 +12,7 @@ import ( ) const ( - ReleaseVersion string = "2.1.0" + ReleaseVersion string = "2.1.1" ) var (