diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index b4edd52..0d3d81c 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -33,7 +33,7 @@ pipeline: - ./compile.sh - ./tw --profile ../sample_data/profile --addr localhost:1000 webserver & - sleep 1 - - curl localhost:1000/cernovich + - curl localhost:1000/cernovich > webserver_test_output.html - jobs -p | xargs -I{} kill -- -{} version_bump_test: diff --git a/internal/webserver/tpl/tweet_page_includes/single_tweet.tpl b/internal/webserver/tpl/tweet_page_includes/single_tweet.tpl index 70aefdd..8a4d025 100644 --- a/internal/webserver/tpl/tweet_page_includes/single_tweet.tpl +++ b/internal/webserver/tpl/tweet_page_includes/single_tweet.tpl @@ -13,7 +13,7 @@ {{if (not (eq .RetweetID 0))}} {{$retweet := (retweet .RetweetID)}} {{$retweet_user := (user $retweet.RetweetedByID)}} -
+
Retweeted by