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

github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index c79f1f3..a84aa6d 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -4,7 +4,7 @@
<div class="post-list-item">
<a href="{{ .Permalink }}">
<div class="post-title">
- <img src="{{ "/images/post-title-icon.svg" | absURL }}" />
+ <img src="{{ "/images/post-title-icon.svg" | relURL }}" />
<div class="post-meta">
<time>{{ .Date.Format "02 Jan 2006, 15:04" }}</time>
<h1>{{ .Title }}</h1>
@@ -14,8 +14,10 @@
</div>
{{ end }}
+{{ partial "pagination.html" . }}
+
<div class="seperator">
- <img src="{{ "/images/seperator.svg" | absURL }}" />
+ <img src="{{ "/images/seperator.svg" | relURL }}" />
</div>
{{ partial "footer.html" . }}