From 99adb7fbf829f8092aef0256d60fe2f79f8a602a Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 27 May 2023 19:33:02 +0400 Subject: [PATCH] Made max. size and hours bold. --- web/templates/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/index.jade b/web/templates/index.jade index 2d6596a..76c25a5 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -7,7 +7,7 @@ block body :go:func Index(mainSite string, storageCapacity, storageUsed int64, keepForHours int, fileMaxSize, storageUsedStr, storageCapacityStr, storageAvailableStr string) section#rules.center h2 Rules - p Maximum file size is #{fileMaxSize} and it will be kept for #{keepForHours} hours. + p Maximum file size is #[b #{fileMaxSize}] and it will be kept for #[b #{keepForHours}] hours. p Content you upload should comply with Russian Federation's law. Generally speaking, anything illegal, like CP, extremist literature, and so on is forbidden. section#occupied-space.center h2 Occupied space