about summary refs log tree commit diff
path: root/blog.node5.net
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-06-04 19:14:06 +0200
committeruser <user@node5.net>2024-06-04 19:14:06 +0200
commit7e27bc742c5f8b685c8e2efeaec406592bcfa0e2 (patch)
treee9131634154e46f5478ffa8b0a490d0e5f7e3635 /blog.node5.net
parent0d5597a42ab1135e5c41226a66f73fe6011ed32e (diff)
motd - markdown support, tor link
Diffstat (limited to 'blog.node5.net')
-rw-r--r--blog.node5.net/motd.yml20
-rw-r--r--blog.node5.net/templates/base.html2
2 files changed, 11 insertions, 11 deletions
diff --git a/blog.node5.net/motd.yml b/blog.node5.net/motd.yml
index 51d9880..ad9c058 100644
--- a/blog.node5.net/motd.yml
+++ b/blog.node5.net/motd.yml
@@ -1,10 +1,10 @@
-- Hosted in a bunker, no really
-- 100% Biodegradable, contains 0 JavaScript
-- Available over legacy IP and IPv6
-- Available as a TOR hidden service, see tor.node5.net
-- BTW I run Arch
-- Hosted on Debian
-- Enriched by PostgreSQL
-- Running Python Flask
-- Self-hosted!
-- "#Instagram4nerds"
+Hosted in a bunker, no really
+100% Biodegradable, contains 0 JavaScript
+Available over legacy IP and IPv6
+Available as a TOR hidden service, see [tor.node5.net](http://node5net2j2kvsepjjlbnovz6wwpcclur3ecuadmo36cikjriqxaucid.onion)
+BTW I run Arch
+Hosted on Debian
+Enriched by PostgreSQL
+Running Python Flask
+Self-hosted!
+\#Instagram4nerds
\ No newline at end of file
diff --git a/blog.node5.net/templates/base.html b/blog.node5.net/templates/base.html
index dc4d6bb..61a5859 100644
--- a/blog.node5.net/templates/base.html
+++ b/blog.node5.net/templates/base.html
@@ -14,7 +14,7 @@
 <div id="root-container">
     <a id="logo" href="/">
         <h1 class="inline">{{ title }}</h1>
-    </a><p class="grey inline">{{ motd }}</p>
+    </a><span class="grey inline">{{ motd }}</span>
     <hr>
     <br>
     {% block content %}