fix broken link

This commit is contained in:
lza_menace 2021-05-06 09:59:04 -07:00
parent be5bf5af76
commit f1d9989b49
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<p class="title is-4">
<a href="{{ url_for('post.read', id=post.id) }}">{{ post.title }}</a>
</p>
<p class="subtitle is-6"><a href="/?submitter={{ post.submitter }}">{{ post.submitter }}</a></p>
<p class="subtitle is-6"><a href="/?content=feed&submitter={{ post.submitter }}">{{ post.submitter }}</a></p>
</div>
</div>