Signed-off-by: Chloe Carver-Brown <admin@twxtter.com>
This commit is contained in:
Chloe Carver-Brown 2022-05-26 23:55:55 +01:00
parent fa99301061
commit 9b9cc2504f
No known key found for this signature in database
GPG Key ID: 71938715093BE620
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@
<meta property="og:description" content="{{ desc }}" />
<link rel="alternate" href="{{ url }}/oembed.json?desc={{ urlUser }}&user={{ imagecount }}&link={{ urlLink }}&ttype=photo" type="application/json+oembed" title="{{ user }}">
<meta http-equiv = "refresh" content = "0; url = {{ vidlink }}" />
<meta http-equiv = "refresh" content = "0; url = {{ tweetLink }}" />
{% endblock %}
{% block body %}
Redirecting you to the tweet in a moment. <a href="{{ vidlink }}">Or click here.</a>
Redirecting you to the tweet in a moment. <a href="{{ tweetLink }}">Or click here.</a>
{% endblock %}