proxitok/components/themes/common/share.latte

6 lines
272 B
Plaintext
Raw Normal View History

{do $endpoint = '/@' . $uniqueId . '/video/' . $id}
<div class="buttons is-centered">
2022-03-31 15:03:01 +00:00
<a class="button is-success is-small" href="{path($endpoint)}">Instance Link</a>
<a class="button is-danger is-small" href="https://www.tiktok.com{$endpoint}">Original Link</a>
</div>