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 @@
Submitted by {{ post.submitter }} at {{ post.timestamp }}
+Submitted by {{ post.submitter }} at {{ post.timestamp }}