diff --git a/themes/hugo-theme-ipng/layouts/_default/single.html b/themes/hugo-theme-ipng/layouts/_default/single.html
index d9e5f4b..ade9b7c 100644
--- a/themes/hugo-theme-ipng/layouts/_default/single.html
+++ b/themes/hugo-theme-ipng/layouts/_default/single.html
@@ -1,24 +1,23 @@
-{{ define "main" }}
+{{- define "main" }}
- {{ if in site.Params.mainSections .Page.Section }}
+{{- if in site.Params.mainSections .Page.Section }}
{{ .Title }}
- {{ else }}
+{{- else }}
{{ .Title }}
- {{ end }}
-
- {{- /* Show post information if it's a post, otherwise just the content */ -}}
- {{ if in site.Params.mainSections .Page.Section }}
-
Posted:
- {{ partial "blog-taxonomy-info" . }}
-
-
- {{ .Content }}
-
- {{ template "_internal/disqus.html" . }}
- {{ else }}
- {{ .Content }}
- {{ end }}
+{{- end }}
+{{- /* Show post information if it's a post, otherwise just the content */ -}}
+{{- if in site.Params.mainSections .Page.Section }}
+