diff options
author | uvok cheetah | 2023-10-24 17:44:11 +0200 |
---|---|---|
committer | uvok cheetah | 2023-10-24 17:44:11 +0200 |
commit | e5340d0b0b6db772e95521022c59aa900fe575f7 (patch) | |
tree | 47df21a67e18c447cc85bac1e3eb138989d94ad8 /_layouts/postlist.html | |
parent | 6e71c3c86ea93374cdb5c8bd669e159ee5872774 (diff) |
Add TOR address
Diffstat (limited to '_layouts/postlist.html')
-rw-r--r-- | _layouts/postlist.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_layouts/postlist.html b/_layouts/postlist.html index e18a730..675a2fc 100644 --- a/_layouts/postlist.html +++ b/_layouts/postlist.html @@ -9,6 +9,9 @@ layout: default <div>Please consider installing one.</div> </p> </div> + <div style="border-radius: 10px; padding: 5px; background: #eeeeee; margin-bottom: 1em;"> + Now also available via Tor: <code>http://iwccx6ebuapto7dlkd4m5fooud6nqn2z7go7aass5c4q6vl6gzs5htad.onion/</code> + </div> {%- if page.title -%} <h1 class="page-heading">{{ page.title }}</h1> |