From 7d140f99cdc7dbc07e8c345e1cfdcdc6793606e3 Mon Sep 17 00:00:00 2001 From: Ivan Polyakov Date: Thu, 13 Oct 2022 22:32:11 +0300 Subject: [PATCH] footer upd --- frontend/src/components/footer.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/footer.scm b/frontend/src/components/footer.scm index 55f2c63..558e43d 100644 --- a/frontend/src/components/footer.scm +++ b/frontend/src/components/footer.scm @@ -16,16 +16,15 @@ ;; along with this program. If not, see . (define footer-links - '(("http://validator.w3.org/check?uri=referer" "XHTML 1.0") - ("https://call-cc.org/" "Made with Chicken Scheme") - ("http://git.vilor.one:8079/vilor/website/" "Source code") + '(("http://www.gnu.org/software/guile" "Made with GNU Guile") + ("http://git.vilor.one/vilor/website/" "Source code") ("http://www.anybrowser.org/campaign/" "Any Browser"))) (define footer `(footer (@ (class "footer")) (div (@ (class "footer__authors")) (div "Content: " - (a (@ (href "/contacts.xhtml")) "Ivan Polyakov")) + (a (@ (href "/contacts.html")) "Ivan Polyakov")) (div "Design: " (a (@ (href "https://t.me/olnaolna")) "Olga Revenkova")))