From f08f7dcff988de90e899ce310246f0b552a4fe3d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 16 Oct 2025 21:15:44 +0200 Subject: Sort by article length (#8119) * Sort by article length fix https://github.com/FreshRSS/Extensions/issues/378 Very basic using simply SQL `LENGTH()` function. image * Improve content length retrieval --- app/layout/nav_menu.phtml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/layout') diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index f29d0ae00..bf6d331ee 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -235,6 +235,8 @@ + +