diff --git a/composer.json b/composer.json index a19ceba..f58a2cb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "pablouser1/proxitok", "description": "An alternative frontend for TikTok", - "version": "2.4.3.2", + "version": "2.4.3.3", "license": "AGPL-3.0-or-later", "type": "project", "authors": [ diff --git a/composer.lock b/composer.lock index b05f16f..360787e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "79c77d98109f2c4346e1d4c8523b7be0", + "content-hash": "8100904920dbc589a80f80dd56cd6faf", "packages": [ { "name": "bramus/router", diff --git a/templates/components/themes/default.latte b/templates/components/themes/default.latte index c810c9e..38cb04d 100644 --- a/templates/components/themes/default.latte +++ b/templates/components/themes/default.latte @@ -3,7 +3,7 @@

- +

diff --git a/templates/views/tag.latte b/templates/views/tag.latte index f93b7d2..11c6bcc 100644 --- a/templates/views/tag.latte +++ b/templates/views/tag.latte @@ -3,9 +3,9 @@ {var $has_rss = true} {block header} - {if $data->info->detail->profileThumb !== ''} -
- + {if $data->info->detail->profileLarger !== ''} +
+
{/if}

{$data->info->detail->title}

diff --git a/templates/views/user.latte b/templates/views/user.latte index 4fcec62..b6b873b 100644 --- a/templates/views/user.latte +++ b/templates/views/user.latte @@ -3,8 +3,8 @@ {var $has_rss = true} {block header} -
- +
+

{$data->info->detail->uniqueId}

{include '../components/rss.latte'}