From 8d5e3dc62773584e0e530251e3afb787cc7890da Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sat, 23 Apr 2022 21:57:44 +0300 Subject: footer: change source link to relative i've tweaked cgit to serve aaoth.xyz repo under /src/*. now source code is available through yggdrasil, tor and i2p without leaving the site. in httpd.conf it looks like this: ``` ... location "/src/*" { root "/cgi-bin/cgit.cgi" fastcgi { socket "/run/slowcgi.sock" param CGIT_CONFIG "/cgit/cgitrc-embed" } } ... ``` so i'm just pointing cgit to other configuration file which is tweaked to fit for this purpose (e.g. noheader option is turned on and there's no scan-path, just one repo). --- en/_footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/_footer.html b/en/_footer.html index 1243af9..397dab1 100644 --- a/en/_footer.html +++ b/en/_footer.html @@ -25,7 +25,7 @@ addresshelper ) | - + site source -- cgit v1.2.3