From 64909cea4e841b760841fef5a9aa9136842aa444 Mon Sep 17 00:00:00 2001 From: Bud Parr Date: Fri, 14 Apr 2017 18:57:40 -0400 Subject: [PATCH] fix for mobile --- layouts/article/single.html | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) 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 */}} - - - {{ partial "tags.html" . }} -
-
- {{ partial "menu-contextual.html" . }} -
+
+
+

+ {{ humanize .Section | upper }} +

+

+ {{ .Title }} +

+ {{/* TODO: Add Hugo author */}} + + + {{ partial "tags.html" . }} +
+
+ {{ partial "menu-contextual.html" . }} +
{{ end }}