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

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Smith <zsmith32@vt.edu>2021-06-17 05:15:35 +0300
committerZach Smith <zsmith32@vt.edu>2021-06-17 05:15:35 +0300
commit79e5817876cadb501f49e0cf55a623c4b2e3a8c6 (patch)
tree98afc1638b8e3bd8ed7035fcaebb4eaf80c2b798 /layouts
parenta4e7a75dccc087c2bb221cb85f3a2cc303535969 (diff)
fix indentation on postlist.html
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/postlist.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/postlist.html b/layouts/partials/postlist.html
index ab0da04..c7298dd 100644
--- a/layouts/partials/postlist.html
+++ b/layouts/partials/postlist.html
@@ -1,5 +1,5 @@
<ul id="post-list">
- {{ range .Paginator.Pages }}
+ {{ range .Paginator.Pages }}
<li>
<div class="post-list-item">
<div class="post-header">
@@ -12,5 +12,5 @@
</div>
</div>
</li>
-{{ end }}
+ {{ end }}
</ul>