index: Update links
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Mon, 29 Jan 2018 14:26:35 +0000 (16:26 +0200)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Tue, 30 Jan 2018 15:54:12 +0000 (17:54 +0200)
* Remove email, since it sucks (and I never used it anyway)
* Add #trilema IRC, WoT, codeshelf, logs links

templates/index.lisp

index 7d8b854..6bd6752 100644 (file)
@@ -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 ()