From 432f5218dbb96a9cc3f0e7cae0ce3085a88b3293 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 18 Jan 2026 10:25:25 +0100 Subject: [PATCH] content: hide languages that contribute a neglible amount from the about page (#62) Closes #56 Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/62 --- public/about.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/about.php b/public/about.php index 9fa1d4e..60f3123 100644 --- a/public/about.php +++ b/public/about.php @@ -70,6 +70,8 @@ + percent($language) <= 1): continue; endif; ?> + percent_string($language) ?> name ?>
(bytes ?> bytes)
@@ -79,6 +81,8 @@ + percent($language) <= 1): continue; endif; ?> +