This commit is contained in:
lza_menace 2021-05-06 10:47:04 -07:00
parent 71b2cb4c15
commit c5d3977e0d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<h1 class="title">{% if title %}{{ title }}{% else %}Latest Memes{% endif %}</h1>
{% if request.args.content == 'feed' %}
{% if request.args.content == 'latest_tipped' %}
<a href="/">View Latest Memes</a>
{% else %}
<a href="/?content=latest_tipped">View Latest Tipped Posts</a>