From: Lucian Mogosanu Date: Sat, 11 Nov 2017 17:05:13 +0000 (+0200) Subject: index: Remove heathen links X-Git-Tag: v0.10~4 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=be568f77dea459fdd4c87a012a4b47b9b3dc2aa1;p=thetarpit.git index: Remove heathen links Really not needed. Who needs to find these can look them up through heathen services a la Google. --- diff --git a/templates/index.lisp b/templates/index.lisp index f2e4247..7d8b854 100644 --- a/templates/index.lisp +++ b/templates/index.lisp @@ -11,11 +11,8 @@ (:h2 "Contact") (:ul :class "inline-list" (:li (:a :href "http://webchat.freenode.net" "Freenode")"/spyked") - (:li (:a :href "/uploads/email.png" "Mail") "+" - (:a :href "http://lucian.mogosanu.ro/about/pgp.html" "PGP")) - (:li (:a :href "https://github.com/spyked" "GitHub")) - (:li (:a :href "https://www.facebook.com/lucian.mogosanu" - "Facebook"))))) + (:li (:a :href "/uploads/email.png" "Mail")) + (:li (:a :href "http://lucian.mogosanu.ro/about/pgp.html" "PGP"))))) nil) (defun tlbs-make-index ()