aboutsummaryrefslogtreecommitdiffstats
path: root/website.go
diff options
context:
space:
mode:
Diffstat (limited to 'website.go')
-rw-r--r--website.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/website.go b/website.go
index 7cc32c1..cf10586 100644
--- a/website.go
+++ b/website.go
@@ -80,8 +80,8 @@ func newContext() pageContext {
SiteName: siteName,
Abuse: abuseMail,
Contact: contactMail,
- MaxSizeBytes: storage.MaxSize,
- MaxSize: humanize(storage.MaxSize),
+ MaxSizeBytes: uploads.MaxSize,
+ MaxSize: humanize(uploads.MaxSize),
Pages: pages,
}
}