From f6881d40b669f404dad713c3b1c5caab3e087e98 Mon Sep 17 00:00:00 2001 From: Ivan Polyakov Date: Sat, 23 Apr 2022 17:40:18 +0300 Subject: [PATCH] source code link --- layouts/default.sxml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/default.sxml b/layouts/default.sxml index 3c0348d..b65fcaa 100644 --- a/layouts/default.sxml +++ b/layouts/default.sxml @@ -28,8 +28,8 @@ (div (@ (class "links")) (a (@ (href "http://validator.w3.org/check?uri=referer")) (img (@ (src "http://www.w3.org/Icons/valid-xhtml10") (alt "Valid XHTML 1.0 Strict") (height 31) (width 88)))) - ;;(a (@ (href "https://notabug.org/vilor/website/")) - ;; "Source code") + (a (@ (href "http://31.184.254.176:8078/vilor/website/")) + "Source code") (a (@ (href "http://www.anybrowser.org/campaign/")) (img (@ (src "/img/anybrowser3.jpg") (alt "Viewable With Any Browser"))))))))))