diff --git a/layouts/partials/preview_micropost.html b/layouts/partials/preview_micropost.html
index 2f1a812..a017109 100644
--- a/layouts/partials/preview_micropost.html
+++ b/layouts/partials/preview_micropost.html
@@ -6,7 +6,7 @@
{{ end }}
- Geschrieben am
+
Geschrieben am
{{ if (isset .Params "categories") }}
in
diff --git a/layouts/partials/yearly_grouping.html b/layouts/partials/yearly_grouping.html
index 51288fe..d3c6a61 100644
--- a/layouts/partials/yearly_grouping.html
+++ b/layouts/partials/yearly_grouping.html
@@ -9,11 +9,11 @@
{{ if (not (isset .Params "externalurl")) }}
{{ .Title }}
- on
+ am
{{ else }}
{{ .Title }} →
- on
-
+ am
+
{{ end }}
{{ end }}
diff --git a/layouts/photos/single.html b/layouts/photos/single.html
index 9ca8a90..db4eb69 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 659adad..767f353 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -10,7 +10,7 @@
{{ end }}
- Geschrieben am
in
+
Geschrieben am
in
{{ range $i, $v := .Params.categories }}
{{ $v }}{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }}