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

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/post/summary.hat.html')
-rw-r--r--layouts/post/summary.hat.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/post/summary.hat.html b/layouts/post/summary.hat.html
index 7cce757..f8d0eb0 100644
--- a/layouts/post/summary.hat.html
+++ b/layouts/post/summary.hat.html
@@ -1,4 +1,7 @@
<div>
{{ partial "bloc/content/h2-link-title" . }}
- {{ partial "modules/page/date" . }}
+ <div class="margin-10">
+ {{ partial "modules/page/date" . }}
+ {{ partial "modules/page/tags" . }}
+ </div>
</div>