From: Lucian Mogosanu Date: Mon, 29 Jan 2018 14:26:35 +0000 (+0200) Subject: index: Update links X-Git-Tag: v0.11~126 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=45128701643644a0c16d2fe7e96dfbcffd790c57;p=thetarpit.git index: Update links * Remove email, since it sucks (and I never used it anyway) * Add #trilema IRC, WoT, codeshelf, logs links --- diff --git a/templates/index.lisp b/templates/index.lisp index 7d8b854..6bd6752 100644 --- a/templates/index.lisp +++ b/templates/index.lisp @@ -8,11 +8,19 @@ (:h2 "Recent posts") (:ul (make-post-list latest-5)) - (:h2 "Contact") + (:h2 "Other links") (:ul :class "inline-list" - (:li (:a :href "http://webchat.freenode.net" "Freenode")"/spyked") - (:li (:a :href "/uploads/email.png" "Mail")) - (:li (:a :href "http://lucian.mogosanu.ro/about/pgp.html" "PGP"))))) + (:li + (:a :href + "http://webchat.freenode.net/?channels=#trilema&nick=from_thetarpit" + "Contact")) + (:li (:a :href "http://lucian.mogosanu.ro/about/pgp.html" "PGP")) + (:li + (:a :href + "http://wot.deedbot.org/0x541A976BB5FC4B455D7FBC61BDAE9D051A3D3B95.html" + "WoT")) + (:li (:a :href "http://lucian.mogosanu.ro/v/" "V")) + (:li (:a :href "http://btcbase.org/log" "Logs"))))) nil) (defun tlbs-make-index ()