|
|
|
@ -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>
|
|
|
|
|