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 e6ae222b63186d778d68ced94e33c14342b9ea66
parent a54438ca3432350d775ff6ad8884c7b16e3f871f
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 29 Mar 2025 13:33:39 +0100

fix: use different styling for mini pages

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%;"> - <mark> + <stretch style="margin-right:0.25em"> <!--DOMAIN src="[% entry.link | url | html %]">--> - </mark> + </stretch> [% IF entry.issued %] - <mark style="margin-left:0.5em;"> + <stretch style="margin-left:0.25em;"> [% entry.issued | html %] - </mark> + </stretch> [% END %] </div> </section>