diff --git a/layouts/categories/list.html b/layouts/categories/list.html
index 1ef5ad2..a5c072f 100644
--- a/layouts/categories/list.html
+++ b/layouts/categories/list.html
@@ -17,10 +17,10 @@
{{ range $.Site.Data.wordpress.categories }}
-
+
{{ .description | safeHTML }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1b4d72c..52b3a69 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -28,7 +28,7 @@
{{ $count := 0 }}
{{ range $index, $element := .Site.Data.wordpress.categories }}
- {{ $element.name }}
+ {{ $element.name }}
{{ end }}
{{ end }}
@@ -63,4 +63,4 @@
-
\ No newline at end of file
+