diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-03 02:43:21 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-03 02:43:21 -0800 |
| commit | b6ee018317b97951bbd2630b1d0e009dbbadf2ff (patch) | |
| tree | 464927eefacaef946c4e670111bfecaf518e95f5 /indieweb-micro/themes | |
| parent | 21b8736c80ebb98cf936388f5789f6d9d1590b59 (diff) | |
indie: add follow list
Diffstat (limited to 'indieweb-micro/themes')
| -rw-r--r-- | indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html b/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html index 27a1bdd..a80b059 100644 --- a/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html +++ b/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html @@ -1,7 +1,7 @@ {{ $url := .Get 0 }} {{ $date := .Get 1 }} -<div class="follow-card h-entry"> +<div class="follow-card"> <a class="follow-target u-follow-of" href="{{ $url }}"> {{ $url }} </a> |
