forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-05 19:33:12 +02:00
parent 8e7294be22
commit fb27861b4b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{% set score=c.score_fuzzed %}
{% block title %}
<title>@{{ c.author.username }} comments in +{{ c.board.name }} on "{{ c.post.title }}"</title>
<title>@{{ c.author.username }} comments on "{{ c.post.title }}"</title>
<meta name="description" content="{{ c.body }}">
{% endblock %}

View File

@ -2,7 +2,7 @@
{% block title %}
<title>{{ p.title | safe}}</title>
<meta name="description" content="posted {{ p.age_string }} by @{{ p.author.username }} in +{{ p.board.name }}">
<meta name="description" content="posted {{ p.age_string }} by @{{ p.author.username }}">
{% endblock %}
{% block pagetype %}thread{% endblock %}