Improve display of status updates in RSS
This commit is contained in:
parent
b36800578b
commit
f90d8bc73b
3 changed files with 7 additions and 0 deletions
3
themes/red/layouts/shortcodes/add.rss.xml
Normal file
3
themes/red/layouts/shortcodes/add.rss.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ $type := .Get 0 }}
|
||||
|
||||
<span>[{{ humanize $type }}]</span>
|
1
themes/red/layouts/shortcodes/nlnet.rss.xml
Normal file
1
themes/red/layouts/shortcodes/nlnet.rss.xml
Normal file
|
@ -0,0 +1 @@
|
|||
<a href="https://nlnet.nl/">[NLnet]</a>
|
3
themes/red/layouts/shortcodes/release.rss.xml
Normal file
3
themes/red/layouts/shortcodes/release.rss.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ $branch := .Get 0 }}
|
||||
|
||||
<span>[{{ humanize $branch }}]</span>
|
Loading…
Add table
Reference in a new issue