Fixed padding

master
Calin Tataru 7 years ago
parent 7d30a45a99
commit 97593cb63d
  1. 8
      layouts/_default/single.html
  2. 8
      layouts/post/single.html

@ -2,9 +2,11 @@
<main>
<h2>{{ .Title }}</h2>
<h5>{{ .Description }}</h5>
{{ partial "tags" . }}
<div>
<h2>{{ .Title }}</h2>
<h5>{{ .Description }}</h5>
{{ partial "tags" . }}
</div>
<br> <div class="text-justify">{{ .Content }}</div>

@ -2,9 +2,11 @@
<main>
<h2>{{ .Title }}</h2>
<h5>{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") }}</h5>
{{ partial "tags" . }}
<div>
<h2>{{ .Title }}</h2>
<h5>{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") }}</h5>
{{ partial "tags" . }}
</div>
<br> <div class="text-justify">{{ .Content }}</div>

Loading…
Cancel
Save