Improve display of status updates in RSS

This commit is contained in:
Joshua Goins 2025-01-01 10:19:12 -05:00
parent b36800578b
commit f90d8bc73b
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{{ $type := .Get 0 }}
<span>[{{ humanize $type }}]</span>

View file

@ -0,0 +1 @@
<a href="https://nlnet.nl/">[NLnet]</a>

View file

@ -0,0 +1,3 @@
{{ $branch := .Get 0 }}
<span>[{{ humanize $branch }}]</span>