From 9a9c2a5c86808241ade4c0ffbe1e85c10c8864dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B6=E0=A4=82=E0=A4=A4=E0=A4=A8=E0=A5=82?= Date: Sat, 14 Sep 2013 12:46:52 +0530 Subject: [PATCH] URL and name were being displayed incorrectly. Format in pelicanconf.py is as follow. === # Social widget SOCIAL = ( ('GitHub', 'https://github.com/'), ) === --- gum/templates/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gum/templates/sidebar.html b/gum/templates/sidebar.html index 442549e..25b22e4 100644 --- a/gum/templates/sidebar.html +++ b/gum/templates/sidebar.html @@ -43,7 +43,7 @@