all repos — blog @ cf656dbe60e47d606e29f328372688b2fd6c499f

Code and content for 5ika.ch

Remove invalid </a>
Tim Izzo tim@octree.ch
Wed, 24 Apr 2024 18:00:55 +0200
commit

cf656dbe60e47d606e29f328372688b2fd6c499f

parent

aef7e98c8b06aab1099f771a847091945b89ebcd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M layouts/shortcodes/activity.htmllayouts/shortcodes/activity.html

@@ -20,7 +20,7 @@ {{ $outbox := getJSON "https://bookwyrm.social/user/5ika/outbox?page=1" }}

{{ with index $outbox.orderedItems 0 }} <a href='{{ .id }}' target="_blank"> {{ with index .attachment 0 }} - {{ .name }}</a> + {{ .name }} {{ end }} </a> {{ end }}