diff --git a/layouts/event/single.html b/layouts/event/single.html
index 21d9a071..cec87d17 100644
--- a/layouts/event/single.html
+++ b/layouts/event/single.html
@@ -47,6 +47,7 @@
{{ partial "series.html" . }}
{{ partial "share-buttons" . }}
+ {{ partial "cite" . }}
{{- partial "syndication.html" . -}}
{{- partial "comments.html" . -}}
diff --git a/layouts/micro/single.html b/layouts/micro/single.html
index e57126fd..7e465b4d 100644
--- a/layouts/micro/single.html
+++ b/layouts/micro/single.html
@@ -1,39 +1,40 @@
{{ define "main" }}
-
-
-
+ {{- partial "comments.html" . -}}
+
{{ end }}
diff --git a/layouts/now/single.html b/layouts/now/single.html
index ae3f5ff3..e3adb981 100644
--- a/layouts/now/single.html
+++ b/layouts/now/single.html
@@ -13,6 +13,8 @@
{{ .Content }}
+ {{ partial "share-buttons" . }}
+ {{ partial "cite" . }}
{{- partial "syndication.html" . -}}
{{- partial "comments.html" . -}}
diff --git a/layouts/partials/cite.html b/layouts/partials/cite.html
index d13dd77d..1a70d60e 100644
--- a/layouts/partials/cite.html
+++ b/layouts/partials/cite.html
@@ -5,8 +5,7 @@
Learn more
-