From 79727bde88ef4bc3d7f689eb10de22d53982b1af Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sun, 6 Feb 2022 14:59:52 -0600 Subject: [PATCH] fix drone yml agaom Signed-off-by: Sam Therapy --- .drone.yml | 3 ++- src/public/index.html | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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');