diff --git a/layouts/entry/single.html b/layouts/entry/single.html
index 1ec6441..e758d4c 100644
--- a/layouts/entry/single.html
+++ b/layouts/entry/single.html
@@ -3,32 +3,31 @@
{{ $coauthor := index .Site.Data.authors ( .Params.coauthor | default "" ) }}
-
- {{ .Title }}
-
- {{ if and $author $coauthor }}
-
- {{ else if $author }}
-
- {{ else }}
-
-
- Written on {{ .Date.Format $.Site.Params.fmt.Date }}
-
-
- {{ end }}
+
+ {{ .Title }}
+ {{ if and $author $coauthor }}
+
+ {{ else if $author }}
+
+ {{ else }}
+
+
+ Written on {{ .Date.Format $.Site.Params.fmt.Date }}
+
+
+ {{ end }}
{{ end }}