From 7f4a22cc05f64032cb5cd55440f8cf912f1ebe89 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Tue, 8 Nov 2016 08:22:47 +0300 Subject: [PATCH] Use fa-lg class on fontawesome header icons --- alchemy/templates/base.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index af5e34c..578e73b 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -87,19 +87,19 @@ {% endif %} {% endif %} {% if FACEBOOK_URL %} -
  • +
  • {% endif %} {% if FEED_ALL_ATOM %} -
  • +
  • {% endif %} {% if GITHUB_URL %} -
  • +
  • {% endif %} {% if G_PLUS_URL %} -
  • +
  • {% endif %} {% if TWITTER_URL %} -
  • +
  • {% endif %} {% endif %}