mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
fix ref
This commit is contained in:
parent
71b2cb4c15
commit
c5d3977e0d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<h1 class="title">{% if title %}{{ title }}{% else %}Latest Memes{% endif %}</h1>
|
<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>
|
<a href="/">View Latest Memes</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="/?content=latest_tipped">View Latest Tipped Posts</a>
|
<a href="/?content=latest_tipped">View Latest Tipped Posts</a>
|
||||||
|
|
Loading…
Reference in a new issue