mirror of
https://github.com/dariusk/rss-to-activitypub.git
synced 2024-11-22 09:19:19 +02:00
16 lines
570 B
Plaintext
16 lines
570 B
Plaintext
html
|
|
head
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
title= displayName
|
|
style
|
|
include style.css
|
|
body
|
|
h1= displayName
|
|
img(src=imageUrl)
|
|
p.account #{accountName}
|
|
p What you're looking at is an RSS feed that's been converted into an account that Mastodon (or any other ActivityPub social network) can subscribe to. Put the username above into your user search and you should be able to find this feed and subscribe!
|
|
h2 Feed items
|
|
ul
|
|
for item in items
|
|
li: a(href=item.link) #{item.title}
|