fdfd
This commit is contained in:
parent
f2934cc93b
commit
57e25545f7
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue