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 | |
| parent | 21b8736c80ebb98cf936388f5789f6d9d1590b59 (diff) | |
indie: add follow list
Diffstat (limited to 'indieweb-micro')
| -rw-r--r-- | indieweb-micro/content/indie/follows.md | 22 | ||||
| -rw-r--r-- | indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/indieweb-micro/content/indie/follows.md b/indieweb-micro/content/indie/follows.md new file mode 100644 index 0000000..2731ce8 --- /dev/null +++ b/indieweb-micro/content/indie/follows.md @@ -0,0 +1,22 @@ ++++ +date = '2025-12-03T01:17:39-08:00' +draft = false +title = 'Follows' ++++ +Here are all the pages/accounts I follow. + +This is mostly here for pages that can receive [Webmentions](https://indieweb.org/webmention) and the [Bridgy Fed](https://fed.brid.gy) service. + +## Fediverse +{{< follow "https://sakurajima.moe/@Mofumatic" "2025-12-03" >}} +{{< follow "https://sakurajima.moe/@anianimalsmoe" "2025-12-03" >}} +{{< follow "https://mathstodon.xyz/@tao" "2025-12-03" >}} +{{< follow "https://sakurajima.moe/@chikorita157" "2025-12-03" >}} +{{< follow "https://misskey.io/@CAP_Tw" "2025-12-03" >}} +{{< follow "https://misskey.io/@meeeeeeco" "2025-12-03" >}} + +## Bluesky +{{< follow "https://bsky.app/profile/mofu.run" "2025-12-03" >}} +{{< follow "https://bsky.app/profile/anew.social" "2025-12-03" >}} + +> Learn more about the [Indieweb](https://indieweb.org) 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> |
