diff --git a/components/feed.latte b/components/feed.latte index b31ca8f..7ca826f 100644 --- a/components/feed.latte +++ b/components/feed.latte @@ -3,17 +3,17 @@
{foreach $feed->items as $item} -
- - - - + {do $share_url = 'https://tiktok.com/@' . $item->author->uniqueId . '/' . $item->id} +
+ +
{/foreach}
@@ -35,10 +35,18 @@