From b2e46d62154faf28c3c17e2b775c47d11e38ee56 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 17 Jul 2022 22:54:24 +0200 Subject: Improved: Article header (#4101) * First draft for normal view * Revert changes on the entry header * Update normal.phtml * Update normal.phtml * RTL CSS * CSS fixes * Better tags style * fix * Update swage.scss * fix * Update swage.scss * fixed .content header * font-size in rem * improved template * dropdown menu if more than 7 tags * configuration: show tags in topline * Simplify loop logic * Minor space * config tags via reading (i18n still missed) * fixed the whitespaces * optimizations * optimize header+footer * Update normal.phtml * fix css * new config: show author+date in footer * config feed name display * improve HTML * fix whitespaces * i18n * i18n: German translations * fix i18n German * fixed: uncouple from bottomline config * reverted: tobline_tags * equalities * fixed: author in footer * fixed data-leave-validation * improved max numbers i18n label * Config works now also in the reader view * fix: footer border * reader view: style article-header-topline * fixed whitespace * i18n fr * Minor i18n fr * Fix mistake i18n fr * i18n fr more precise expression * Fix JavaScript * removed the link icon in the title * clean CSS Co-authored-by: Alexandre Alapetite --- config-user.default.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index 110b3466f..86f2ddf77 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -34,6 +34,10 @@ return array ( 'auto_load_more' => true, 'display_posts' => false, 'display_categories' => 'active', //{ active, remember, all, none } + 'show_tags' => '0', + 'show_tags_max' => '7', + 'show_author_date' => 'h', + 'show_feed_name' => 'a', 'hide_read_feeds' => true, 'onread_jump_next' => true, 'lazyload' => true, -- cgit v1.2.3