forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-02 13:27:35 +02:00
parent 5def237273
commit 9f752bc0bd
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
<meta property="og:type" content="article" />
{% if comment_info and not comment_info.is_banned and not linked_comment.deleted_utc > 0 %}
<title>{{'@'+comment_info.author.username}} comments on "{{p.realtitle(v)}} - {{'SITE_NAME' | app_config}}"</title>
<title>{{'@'+comment_info.author.username}} comments on "{{p.title}} - {{'SITE_NAME' | app_config}}"</title>
<meta property="og:article:author" content="{{'@'+comment_info.author.username}}" />
@ -121,7 +121,7 @@
{% endif %}
{% else %}
<title>{{p.realtitle(v)}} - {{'SITE_NAME' | app_config}}</title>
<title>{{p.title}} - {{'SITE_NAME' | app_config}}</title>
<meta property="og:article:author" content="{{'@'+p.author.username}}" />