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

github.com/tastaturtier/someparts-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/last-mod.html')
-rw-r--r--layouts/partials/last-mod.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/last-mod.html b/layouts/partials/last-mod.html
index c4dc508..a5437ed 100644
--- a/layouts/partials/last-mod.html
+++ b/layouts/partials/last-mod.html
@@ -1,8 +1,7 @@
{{ if .Site.Params.lastmod }}
<div class="container">
<div class="row border-top">
- <div class="col-sm-8"></div>
- <div class="col-sm-4"><p class="text-right">{{ .Site.Params.lastmod | markdownify}}: {{ .Lastmod.Format "02 Jan 2006" | safeHTML }}</p></div>
+ <div class="col-sm-12"><p class="text-right">{{ .Site.Params.lastmod | markdownify}}: {{ .Lastmod.Format "02 Jan 2006" | safeHTML }}</p></div>
</div>
</div>
{{ end }} \ No newline at end of file