From dbb0f20d303ec9d78c2716d41de85f7954f75b59 Mon Sep 17 00:00:00 2001 From: Zergling_man Date: Mon, 20 Sep 2021 02:02:59 +1000 Subject: [PATCH] Added footnote to main page --- main/pages/index | 3 ++- main/views.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/main/pages/index b/main/pages/index index 1462e30..0e2f974 100644 --- a/main/pages/index +++ b/main/pages/index @@ -8,4 +8,5 @@

Haha I'm way too lazy for webhosting

Cool games: Fantasy Strike (gone free! Go play it now!), Din's Curse (dirt cheap!), Mechwarrior Online (free!), Wurm Online (free!), Portable Puzzle Collection (free and open source! Also on android!)

Cool bands: Van Canto [bandcamp] (who this site is a shrine to), Theocracy [label's bandcamp] (Christian prog metal!), Teramaze [bandcamp] (Australian Christian prog metal!) -

Wisknort. Whisker snot. They changed their website and now it sucks.

\ No newline at end of file +

Wisknort. Whisker snot. They changed their website and now it sucks.

+

By the way, my site's now open source, so you can see exactly how shit I am at this.

\ No newline at end of file diff --git a/main/views.py b/main/views.py index a057b2a..67d5625 100644 --- a/main/views.py +++ b/main/views.py @@ -53,7 +53,7 @@ def index(): raws=b.read() ids=raws.split('\n') stuff=stuff.format(ra.choice(ids)) - return {'title':'Home','content':stuff,'date':'2021/09/18'} + return {'title':'Home','content':stuff,'date':'2021/09/20'} @rerender def me():