diff --git a/.drone.yml b/.drone.yml index de20293..472918c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,8 @@ name: default steps: - name: dependencies image: node - command: yarn + commands: + - yarn - name: lint image: node diff --git a/src/public/index.html b/src/public/index.html index 29b8afa..cc400bd 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -10,8 +10,8 @@
-

Mastofeed

-

Embedded Mastodon feeds for blogs etc.

+

Fedifeed

+

Embedded ActivityPub feeds for blogs etc.

Fork on Github

@@ -61,7 +61,7 @@

Live Preview:

+ src="/api/v1/feed?userurl=https%3A%2F%2Fmastodon.social%2Fusers%2Fgargron&replies=false&boosts=true">>
@@ -71,7 +71,6 @@ return document.getElementById(id).value; } - // var inUrl = 'https://' + val('urlin') + '/users/' + val('usernamein'); let user = val('usernamein'); let instance = "https://" + val('urlin');