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.
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():