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-12 12:19:52 +0300
committerkarthik <kskarthik@gitlab.io>2019-12-12 12:19:52 +0300
commit1b3bbe60a159cf1e2e65fe3a66173746f37206f0 (patch)
treed8696f23431621f0a3c6df6a398edf5fc5a91a19
parent1d546bf4760042f54356b4b7551a6c42a9d8c53b (diff)
parent4b8d728b723dd301895492a89561d577c5c5a8c7 (diff)
Merge branch 'master' of https://gitlab.com/kskarthik/monopriv
rebase
-rw-r--r--layouts/_default/single.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index d2c6a7c..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">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>
@@ -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>