From 889ccb450fb41122242f661b4117daebc00bb7b5 Mon Sep 17 00:00:00 2001 From: vrde Date: Mon, 9 Nov 2015 16:26:40 +0100 Subject: [PATCH] Fix markup for FB badge in the footer --- footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.php b/footer.php index a237e0e..519600a 100644 --- a/footer.php +++ b/footer.php @@ -17,7 +17,7 @@ if ($facebook) { $facebookIcon = ' '; - $facebook = "{$facebookIcon}"; + $facebook = "
  • "; } $github = get_field('github_url','option');