From 05d099b8ba6c36c0479a0590ea7e49de251be541 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 Dec 2015 11:06:02 -0500 Subject: [PATCH] adjusted sidebar-l file to output slug name --- parts/sidebar-l.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/sidebar-l.php b/parts/sidebar-l.php index 2ff514a..c915f2c 100644 --- a/parts/sidebar-l.php +++ b/parts/sidebar-l.php @@ -12,7 +12,7 @@ $tags = get_terms("michsci_tag", $args); foreach($tags as $tag){ - echo '' ."
"; + echo '' ."
"; } ?> -- 2.17.1