Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik <kskarthik@gitlab.io>2019-12-09 13:23:18 +0300
committerkarthik <kskarthik@gitlab.io>2019-12-09 13:23:18 +0300
commit4b8d728b723dd301895492a89561d577c5c5a8c7 (patch)
treee6ce387a35ae09856d8f2998e914427c7ec2a3cf
parent3725b56faf57d0d83add5e857874406597d3cbab (diff)
fix margin bottom for post content
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index d4ebfa5..559e392 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -3,8 +3,8 @@
<section class="container text-monospace text-justified mt-3">
<h2>{{.Title}}</h2>
- <small class="text-secondary mb-2">Posted on {{ .PublishDate.Format "January 2, 2006" }} | {{.ReadingTime}} minute read</small>
- {{ .Content }}
+ <small class="text-secondary mb-5">Posted on {{ .PublishDate.Format "January 2, 2006" }} | {{.ReadingTime}} minute read</small>
+ <p>{{ .Content }}</p>
<code>tags:
{{- range .Params.tags -}}
<span class='badge badge-dark'><a class='text-white' href='{{ "tags/" | absURL }}{{ . | lower }}'>{{ . }}</a></span>