diff --git a/src/aw/views.py b/src/aw/views.py index f421374..0c31814 100644 --- a/src/aw/views.py +++ b/src/aw/views.py @@ -83,7 +83,8 @@ def index() -> str: "index.j2", visitor=models.Counter.first().inc().count, comments=models.Comment.query.filter_by(confirmed=True).order_by( - models.Comment.posted.desc() # type: ignore + models.Comment.score.desc(), # type: ignore + models.Comment.posted.desc(), # type: ignore ), status=status, comment=flask.request.args.get("gb"), diff --git a/src/static/legal.sig b/src/static/legal.sig index 608e5f8..5febbdc 100644 Binary files a/src/static/legal.sig and b/src/static/legal.sig differ diff --git a/src/static/legal.txt b/src/static/legal.txt index f041229..c7c7c87 100644 --- a/src/static/legal.txt +++ b/src/static/legal.txt @@ -7,7 +7,7 @@ However, I have to note that I am not a legal expert. I wrote this to make every THIS IS NOT A LEGALLY BINDING CONTRACT! TREAT THIS PAGE AS PURELY INFORMAL DOCUMENTATION. ANYTHING TO YOU WITH THIS IS AT YOUR OWN RISK. IT IS INTENDED SOLELY FOR INFORMATIONAL AND TRANSPARENCY PURPOSES. - Visitor: 1834041 + Visitor: 1837603 Authored at: 2024-11-04 (YYYY-MM-DD) Latest update: 2025-02-01 (YYYY-MM-DD) OpenPGP signature of this document by the Authoritative party's OpenPGP key: legal.sig (Note: Only the text content found in legal.txt was signed. Use that text-only static copy of this document to verify the signature.) @@ -51,7 +51,7 @@ That said, here's full list of the parties involved: Email: alyssa@t1nklas.lt Fediverse: @lyra@crumb.lt Website: https://t1nklas.lt/ - Cubiq (Managed db.cubiq.dev Hoster) + Cubiq (Managed db.cubiq.dev and supa.cubiq.dev Hoster) Twitter/X: @CubiqNation Instagram: @tennajivniblazenztgm Email: jlajsek@gmail.com @@ -116,6 +116,7 @@ Roundcube webmail Only for semi-managed Ari-web email users rc.ari.lt SchildiChat & Cinny Matrix web clients Web clients for Matrix. schildi.ari.lt & cinny.ari.lt PrivateBin instance Private public encrypted pastebin. pb.ari.lt Private PocketBase instance Private database storage for Github: TheCubiq db.cubiq.dev +Private SupaBase instance Private database storage for Github: TheCubiq supa.cubiq.dev Forgejo instance for kappach.at Git forge instance of KappaChat - An extensible Matrix client written in C. git.kappach.at # Community standards diff --git a/src/templates/index.j2 b/src/templates/index.j2 index 2aeae73..9e995d0 100644 --- a/src/templates/index.j2 +++ b/src/templates/index.j2 @@ -454,6 +454,11 @@