diff --git a/layouts/article/single.html b/layouts/article/single.html
index 7ce257a..cf06681 100644
--- a/layouts/article/single.html
+++ b/layouts/article/single.html
@@ -1,24 +1,24 @@
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
{{ define "main" }}
-
-
-
- {{ humanize .Section | upper }}
-
-
- {{ .Title }}
-
- {{/* TODO: Add Hugo author */}}
-
-
- {{ .Content | markdownify }}
-
- {{ partial "tags.html" . }}
-
-
- {{ partial "menu-contextual.html" . }}
-
+
+
+
+ {{ humanize .Section | upper }}
+
+
+ {{ .Title }}
+
+ {{/* TODO: Add Hugo author */}}
+
+
+ {{ .Content | markdownify }}
+
+ {{ partial "tags.html" . }}
+
+
+ {{ partial "menu-contextual.html" . }}
+
{{ end }}