From 4718bd5bac5f5df49a6a1beda986dd382595b7b2 Mon Sep 17 00:00:00 2001 From: Murali Mohan Rath Date: Sun, 5 Nov 2017 17:05:33 +1100 Subject: Fix duscuss alignment --- layouts/_default/single.content.html | 2 +- layouts/partials/content/h1-link-title.html | 2 +- layouts/partials/content/h1-title.html | 2 +- layouts/post/single.boot.html | 59 +++++++++++++++-------------- 4 files changed, 34 insertions(+), 31 deletions(-) diff --git a/layouts/_default/single.content.html b/layouts/_default/single.content.html index c3fa3ff..e4758c3 100644 --- a/layouts/_default/single.content.html +++ b/layouts/_default/single.content.html @@ -1,3 +1,3 @@ -
+
{{ .Content }}
diff --git a/layouts/partials/content/h1-link-title.html b/layouts/partials/content/h1-link-title.html index d76e7fc..dd382f4 100644 --- a/layouts/partials/content/h1-link-title.html +++ b/layouts/partials/content/h1-link-title.html @@ -1 +1 @@ -

{{ partial "content/title-link" . }}

+

{{ partial "content/title-link" . }}

diff --git a/layouts/partials/content/h1-title.html b/layouts/partials/content/h1-title.html index a86affe..2f15bd7 100644 --- a/layouts/partials/content/h1-title.html +++ b/layouts/partials/content/h1-title.html @@ -1 +1 @@ -

{{ partial "content/title" . }}

+

{{ partial "content/title" . }}

diff --git a/layouts/post/single.boot.html b/layouts/post/single.boot.html index 1e70c35..21db0c6 100644 --- a/layouts/post/single.boot.html +++ b/layouts/post/single.boot.html @@ -1,30 +1,33 @@ + \ No newline at end of file -- cgit v1.2.3