aboutsummaryrefslogtreecommitdiff
path: root/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'content.go')
-rw-r--r--content.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/content.go b/content.go
index 08d3a0d..8603c35 100644
--- a/content.go
+++ b/content.go
@@ -9,8 +9,7 @@ func GetContent(file string) string {
if err != nil {
return `# ERROR READING FILE
-I seem to be having some trouble reading the contents of the "` + file + `" file... Try refreshing the page and if the problem persists, contact Fuwn! (Contact information available at /contact)
-`
+I seem to be having some trouble reading the contents of the "` + file + `" file... Try refreshing the page and if the problem persists, contact Fuwn!`
}
return string(contents)