From 1a7af57c476e2bbc131167b0ddb671b971a13199 Mon Sep 17 00:00:00 2001 From: karthik Date: Tue, 3 Dec 2019 15:44:14 +0530 Subject: fix typos & some html --- layouts/_default/baseof.html | 2 ++ layouts/_default/single.html | 6 +++--- layouts/partials/header.html | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 90d0dc7..675fa25 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,4 +1,5 @@ + {{- partial "header.html" . -}}
@@ -7,3 +8,4 @@
{{- partial "footer.html" . -}} + diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 354e5f4..6369bec 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,9 +3,9 @@

{{.Title}}

Posted on {{ .PublishDate.Format "January 2, 2006" }} | {{.ReadingTime}} minute read -

{{ .Content }}

+ {{ .Content }} Please mail your comments to {{.Site.Params.email}}
- Tags: + tags: {{- range .Params.tags -}} {{ . }} {{ end }} @@ -15,7 +15,7 @@ {{else}}

{{.Title}}

-

{{ .Content }}

+ {{ .Content }}
{{end}} {{end}} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d000e27..e0801a1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,6 +1,5 @@ - -- cgit v1.2.3