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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 17de6dc..56362ea 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,11 +2,10 @@
<div class="article-list">
{{ range $index, $page := .Paginator.Pages }}
{{ if ne $index 0 }}
- <hr/>
+ <div class="delimiter"></div>
{{ end }}
{{ .Render "li" }}
{{ end }}
</div>
{{ partial "pagination.html" .Paginator }}
{{ partial "footer.html" . }}
-