diff --git a/suchwow/app.py b/suchwow/app.py index 35f54ba..2243608 100644 --- a/suchwow/app.py +++ b/suchwow/app.py @@ -38,7 +38,7 @@ def index(): submitter = request.args.get("submitter", None) content = request.args.get("content", None) - if content != 'feed': + if content == 'latest_tipped': posts = get_latest_tipped_posts() return render_template( "index.html", diff --git a/suchwow/static/fonts/roboto-1.woff2 b/suchwow/static/fonts/roboto-1.woff2 deleted file mode 100755 index 2edff7e..0000000 Binary files a/suchwow/static/fonts/roboto-1.woff2 and /dev/null differ diff --git a/suchwow/static/fonts/roboto-2.woff2 b/suchwow/static/fonts/roboto-2.woff2 deleted file mode 100755 index d3b6f06..0000000 Binary files a/suchwow/static/fonts/roboto-2.woff2 and /dev/null differ diff --git a/suchwow/static/fonts/roboto-3.woff2 b/suchwow/static/fonts/roboto-3.woff2 deleted file mode 100755 index 42bfe88..0000000 Binary files a/suchwow/static/fonts/roboto-3.woff2 and /dev/null differ diff --git a/suchwow/static/fonts/roboto-4.woff2 b/suchwow/static/fonts/roboto-4.woff2 deleted file mode 100755 index 0fde078..0000000 Binary files a/suchwow/static/fonts/roboto-4.woff2 and /dev/null differ diff --git a/suchwow/static/fonts/roboto-5.woff2 b/suchwow/static/fonts/roboto-5.woff2 deleted file mode 100755 index 7047ee3..0000000 Binary files a/suchwow/static/fonts/roboto-5.woff2 and /dev/null differ diff --git a/suchwow/static/fonts/roboto-6.woff2 b/suchwow/static/fonts/roboto-6.woff2 deleted file mode 100755 index d9db31a..0000000 Binary files a/suchwow/static/fonts/roboto-6.woff2 and /dev/null differ diff --git a/suchwow/static/fonts/roboto-7.woff2 b/suchwow/static/fonts/roboto-7.woff2 deleted file mode 100755 index 7e854e6..0000000 Binary files a/suchwow/static/fonts/roboto-7.woff2 and /dev/null differ diff --git a/suchwow/static/wownero_logo.ico b/suchwow/static/wownero_logo.ico new file mode 100644 index 0000000..b73af22 Binary files /dev/null and b/suchwow/static/wownero_logo.ico differ diff --git a/suchwow/templates/base.html b/suchwow/templates/base.html index d930be5..764169e 100644 --- a/suchwow/templates/base.html +++ b/suchwow/templates/base.html @@ -20,7 +20,7 @@ - + {% if post %} diff --git a/suchwow/templates/index.html b/suchwow/templates/index.html index db61d46..78da5ad 100644 --- a/suchwow/templates/index.html +++ b/suchwow/templates/index.html @@ -6,10 +6,10 @@

{% if title %}{{ title }}{% else %}Latest Memes{% endif %}

- {% if request.args.content != 'feed' %} - View Latest Memes + {% if request.args.content == 'feed' %} + View Latest Memes {% else %} - View Latest Tipped Posts + View Latest Tipped Posts {% endif %}
@@ -31,7 +31,7 @@

{{ post.title }}

-

{{ post.submitter }}

+

{{ post.submitter }}

@@ -56,7 +56,7 @@ diff --git a/suchwow/templates/leaderboard.html b/suchwow/templates/leaderboard.html index 95b90aa..f6ba378 100644 --- a/suchwow/templates/leaderboard.html +++ b/suchwow/templates/leaderboard.html @@ -15,7 +15,7 @@ {% for poster, data in posters.items() | sort(attribute='1.amount', reverse=True) %} - {{ poster }} + {{ poster }} {{ data["posts"] | length }} {{ data["amount"] }} WOW diff --git a/suchwow/templates/post/read.html b/suchwow/templates/post/read.html index ff778d5..c05e3c3 100644 --- a/suchwow/templates/post/read.html +++ b/suchwow/templates/post/read.html @@ -24,7 +24,7 @@ {% endif %} -

Submitted by {{ post.submitter }} at {{ post.timestamp }}

+

Submitted by {{ post.submitter }} at {{ post.timestamp }}

diff --git a/suchwow/templates/post/top.html b/suchwow/templates/post/top.html index 2102253..452956b 100644 --- a/suchwow/templates/post/top.html +++ b/suchwow/templates/post/top.html @@ -24,7 +24,7 @@

{{ post.title }}

-

{{ post.submitter }}

+

{{ post.submitter }}