aboutsummaryrefslogtreecommitdiffstats
path: root/website.go
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-11-15 16:57:51 +0100
committerclsr <clsr@clsr.net>2016-11-15 19:28:55 +0100
commitd3536e6741351fb13a9f6a327637bc2a4619fea4 (patch)
treef9cf707ed2b3daf6bea2d7a07f0c1ce9efbe5c23 /website.go
parent1e55e61786eaedd59c067f4306fb8427dc92ef52 (diff)
downloadgomf-d3536e6741351fb13a9f6a327637bc2a4619fea4.tar.gz
gomf-d3536e6741351fb13a9f6a327637bc2a4619fea4.zip
Move storage to its own packagev0.5.0
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,
}
}