diff --git a/src/templates/src/error.html b/src/templates/src/error.html index 27ba47c..899855d 100644 --- a/src/templates/src/error.html +++ b/src/templates/src/error.html @@ -9,7 +9,7 @@ We have encountered an error while processing your request.
- If this keeps happening, please let us know. + If this keeps happening, please let us know.

diff --git a/src/templates/types.go b/src/templates/types.go index 6077b49..5b766d2 100644 --- a/src/templates/types.go +++ b/src/templates/types.go @@ -6,15 +6,15 @@ import ( ) type BaseData struct { - Title string - CanonicalLink string - OpenGraphItems []OpenGraphItem - BackgroundImage BackgroundImage - Theme string - BodyClasses []string - Breadcrumbs []Breadcrumb - Notices []Notice - ReportIssueMailto string + Title string + CanonicalLink string + OpenGraphItems []OpenGraphItem + BackgroundImage BackgroundImage + Theme string + BodyClasses []string + Breadcrumbs []Breadcrumb + Notices []Notice + ReportIssueEmail string CurrentUrl string CurrentProjectUrl string diff --git a/src/website/base_data.go b/src/website/base_data.go index 7e70e8f..377e877 100644 --- a/src/website/base_data.go +++ b/src/website/base_data.go @@ -56,7 +56,7 @@ func getBaseData(c *RequestContext, title string, breadcrumbs []templates.Breadc Session: templateSession, Notices: notices, - ReportIssueMailto: "team@handmade.network", + ReportIssueEmail: "team@handmade.network", OpenGraphItems: buildDefaultOpenGraphItems(&project, c.CurrentProjectLogoUrl, title),