From 4a7f635794083a2f55debe59970ea92634112fae Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Wed, 25 Oct 2023 18:02:21 +0200 Subject: Set onion url header --- _includes/head.html | 9 +++++++++ _layouts/postlist.html | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 _includes/head.html diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..6186408 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,9 @@ + + + + + {%- seo -%} + + {%- feed_meta -%} + + diff --git a/_layouts/postlist.html b/_layouts/postlist.html index 675a2fc..454a8ae 100644 --- a/_layouts/postlist.html +++ b/_layouts/postlist.html @@ -10,7 +10,8 @@ layout: default

- Now also available via Tor: http://iwccx6ebuapto7dlkd4m5fooud6nqn2z7go7aass5c4q6vl6gzs5htad.onion/ +

Now also available via Tor

+ http://iwccx6ebuapto7dlkd4m5fooud6nqn2z7go7aass5c4q6vl6gzs5htad.onion/
{%- if page.title -%} -- cgit v1.2.3