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:
authorkskarthik <kskarthik@disroot.org>2019-12-09 00:03:48 +0300
committerkskarthik <kskarthik@disroot.org>2019-12-09 00:03:48 +0300
commit3725b56faf57d0d83add5e857874406597d3cbab (patch)
treef5ed63559bd68b37011343036e63bb2454cae9f7
parent518adf170a14de71e7bb59b700097087c6a58ea5 (diff)
Adjust margin below publish date & email area
-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 d2c6a7c..d4ebfa5 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -3,7 +3,7 @@
<section class="container text-monospace text-justified mt-3">
<h2>{{.Title}}</h2>
- <small class="text-secondary">Posted on {{ .PublishDate.Format "January 2, 2006" }} | {{.ReadingTime}} minute read</small>
+ <small class="text-secondary mb-2">Posted on {{ .PublishDate.Format "January 2, 2006" }} | {{.ReadingTime}} minute read</small>
{{ .Content }}
<code>tags:
{{- range .Params.tags -}}
@@ -14,7 +14,7 @@
{{ if .Site.Params.disqus }}
{{ template "_internal/disqus.html" . }}
{{ else }}
- <small>Please mail your comments to <a href="{{.Site.Params.email}}">{{.Site.Params.email}}</a></small><br>
+ <small class="mt-1">Please mail your comments to <a href="{{.Site.Params.email}}">{{.Site.Params.email}}</a></small><br>
{{end}}
</div>
</section>