From dc0d4375956ff56803fa40ea442cab61daacfa88 Mon Sep 17 00:00:00 2001 From: "Wraithan (Chris McDonald)" Date: Thu, 27 Dec 2012 07:28:13 -0800 Subject: [PATCH] updated more of the category links --- pelicanconf.py | 3 ++- themes/bootstrap/static/local.css | 1 + themes/bootstrap/templates/base.html | 2 +- themes/bootstrap/templates/metadata.html | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 6385203..4e63f3d 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,6 +16,7 @@ # Social widget SOCIAL = ((' wraithan', 'https://github.com/wraithan'), (' Wraithan', 'https://facebook.com/Wraithan'), - (' @Wraithan', 'http://twitter.com/wraithan'),) + (' @Wraithan', 'http://twitter.com/wraithan'), + (' Wraithan', 'http://twitch.tv/wraithan'),) DEFAULT_PAGINATION = 10 diff --git a/themes/bootstrap/static/local.css b/themes/bootstrap/static/local.css index 4eccb8b..5747240 100644 --- a/themes/bootstrap/static/local.css +++ b/themes/bootstrap/static/local.css @@ -26,4 +26,5 @@ footer { .social a[href*='last.fm']:before, .social a[href*='lastfm.']:before {content: url('./images/icons/lastfm.png');} .social a[href*='rss.xml']:before {content: url('./images/icons/rss.png');} .social a[href*='stackoverflow.com']:before {content: url('./images/icons/stackoverflow.png');} +.social a[href*='twitch.tv']:before {content: url('./images/icons/twitch.png');} .social a[href*='twitter.com']:before {content: url('./images/icons/twitter.png');} diff --git a/themes/bootstrap/templates/base.html b/themes/bootstrap/templates/base.html index d59c995..efcb3cc 100644 --- a/themes/bootstrap/templates/base.html +++ b/themes/bootstrap/templates/base.html @@ -36,7 +36,7 @@ {% endfor %} {% endif %} {% for cat, null in categories %} -
  • {{ cat }}
  • +
  • {{ cat }}
  • {% endfor %}