pub / newsplanet

Planet-Style Newsfeed generated with perlanet
git clone https://src.jayvii.de/pub/newsplanet.git
Home | Log | Files | Exports | Refs | README | RSS

commit 176095986ee6fce3b2d4c2d400b1bd7713a5ac3f
parent 7148f25701934c6adca7fc2228b6e8114a1275db
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 29 Mar 2025 17:40:46 +0100

feat: restyle information about news item

Diffstat:
Mtemplates/mini.tt | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/mini.tt b/templates/mini.tt @@ -49,13 +49,13 @@ <strong>[% entry.title | html %]</strong> </a> <div style="width:100%;"> - <stretch style="margin-right:0.25em"> + <em style="margin-right:0.25em;color:var(--border);"> <!--DOMAIN src="[% entry.link | url | html %]">--> - </stretch> + </em> [% IF entry.issued %] - <stretch style="margin-left:0.25em;"> + <em style="margin-left:0.25em;color:var(--border);"> [% entry.issued | html %] - </stretch> + </em> [% END %] </div> </section>