{{ .Site.Title }}
-{{- else -}}
- {{ .Title }} · {{ .Site.Title }}
-{{- end }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/layouts/partials/post_footer.html b/layouts/partials/commenting.html
similarity index 53%
rename from layouts/partials/post_footer.html
rename to layouts/partials/commenting.html
index 870e307..0c4fa77 100644
--- a/layouts/partials/post_footer.html
+++ b/layouts/partials/commenting.html
@@ -12,17 +12,8 @@
{{ if .Site.DisqusShortname -}}
{{ if ne .Params.showcomments false }}
Comments
- {{ partial "post_disqus.html" . }}
+ {{ partial "commenting_disqus.html" . }}
{{ end }}
{{ else if .Site.Params.GraphCommentId -}}
-
-
+ {{ partial "commenting_graph.html" . }}
{{- end }}
\ No newline at end of file
diff --git a/layouts/partials/post_disqus.html b/layouts/partials/commenting_disqus.html
similarity index 100%
rename from layouts/partials/post_disqus.html
rename to layouts/partials/commenting_disqus.html
diff --git a/layouts/partials/commenting_graph.html b/layouts/partials/commenting_graph.html
new file mode 100644
index 0000000..a2843f7
--- /dev/null
+++ b/layouts/partials/commenting_graph.html
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/layouts/partials/list_content.html b/layouts/partials/content_list.html
similarity index 100%
rename from layouts/partials/list_content.html
rename to layouts/partials/content_list.html
diff --git a/layouts/partials/post_content.html b/layouts/partials/content_single.html
similarity index 100%
rename from layouts/partials/post_content.html
rename to layouts/partials/content_single.html