diff --git a/layouts/partials/preview_micropost.html b/layouts/partials/preview_micropost.html
index b0c42f5..c70db94 100644
--- a/layouts/partials/preview_micropost.html
+++ b/layouts/partials/preview_micropost.html
@@ -6,7 +6,7 @@
{{ end }}
- Posted on
+
Posted on
{{ if (isset .Params "categories") }}
in
diff --git a/layouts/partials/preview_post.html b/layouts/partials/preview_post.html
index 35401e3..a480b6b 100644
--- a/layouts/partials/preview_post.html
+++ b/layouts/partials/preview_post.html
@@ -5,7 +5,7 @@
{{ end }}
- Posted on
+
Posted on
{{ if (isset .Params "categories") }}
in
diff --git a/layouts/partials/yearly_grouping.html b/layouts/partials/yearly_grouping.html
index a1b91f9..be964b9 100644
--- a/layouts/partials/yearly_grouping.html
+++ b/layouts/partials/yearly_grouping.html
@@ -9,11 +9,11 @@
{{ if (not (isset .Params "externalurl")) }}
{{ .Title }}
- on
+ on
{{ else }}
{{ .Title }} →
on
-
+
{{ end }}
{{ end }}
diff --git a/layouts/photos/single.html b/layouts/photos/single.html
index b4905f9..9ca8a90 100644
--- a/layouts/photos/single.html
+++ b/layouts/photos/single.html
@@ -7,7 +7,7 @@
{{ with .Params.location }}Photos taken in {{ . }} on {{ end }}
-
+
{{ with .Params.camera }} with {{ . }}{{ end }}
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 5ea94c6..b4b3102 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -10,7 +10,7 @@
{{ end }}
- Posted on
in
+
Posted on
in
{{ range $i, $v := .Params.categories }}
{{ $v }}{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }}