Fix tweet text content appearing in telegram
- Fix video quality sorting - Fix screenName being empty - Fix img accessed before declaration - Hopefully tweet text content shows now in telegram - Add flask_cors dependency - Remove unnecesary react-helmet garbage
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
-->
|
||||
{% block head %}
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
||||
<meta content="{{ color }}" data-react-helmet="true" name="theme-color" />
|
||||
<meta content="{{ color }}" name="theme-color" />
|
||||
<meta property="og:site_name" content="{{ appname }}"/>
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
|
Reference in New Issue
Block a user