chore: update my branch #1

Merged
Future merged 18 commits from update/alterware into alterware 2025-06-02 09:29:44 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 72847c7993 - Show all commits

View File

@ -2,7 +2,7 @@
<meta content="{{ color }}" name="theme-color" /> <meta content="{{ color }}" name="theme-color" />
<meta property="og:site_name" content="{{ appname }}"> <meta property="og:site_name" content="{{ appname }}">
<meta name="twitter:title" content="{{ tweet['user_name'] }} (@{{ tweet['user_screen_name'] }})" /> <meta name="og:title" content="{{ tweet['user_name'] }} (@{{ tweet['user_screen_name'] }})" />
{% if activityLink %} {% if activityLink %}
<link type="application/activity+json" href="{{ activityLink|safe }}" /> <link type="application/activity+json" href="{{ activityLink|safe }}" />

View File

@ -8,7 +8,7 @@
<meta content="{{ color }}" name="theme-color" /> <meta content="{{ color }}" name="theme-color" />
<meta property="og:site_name" content="{{ appname }}"> <meta property="og:site_name" content="{{ appname }}">
<meta name="twitter:title" content="{{ user['name'] }} (@{{ user['screen_name'] }})" /> <meta name="og:title" content="{{ user['name'] }} (@{{ user['screen_name'] }})" />
<meta name="twitter:image" content="{{ user['profile_image_url'] }}" /> <meta name="twitter:image" content="{{ user['profile_image_url'] }}" />
<meta name="twitter:creator" content="@{{ user['name'] }}" /> <meta name="twitter:creator" content="@{{ user['name'] }}" />