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

github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Wiesler <jakewiesler@gmail.com>2020-10-18 18:23:48 +0300
committerGitHub <noreply@github.com>2020-10-18 18:23:48 +0300
commit0c6707354955f3b44b5248971d0bbf005a0b6c57 (patch)
tree3d6f429b41900b82d07d9e5ef9f9c739a3fcb1e5
parentac5c699d85ce398fb42913a5212dbeb8971e157e (diff)
parentd6811ad5fa8d29c4bff7d1d57a410815f5af3802 (diff)
Merge pull request #118 from skvale/patch-1
Update post-pagination.html
-rw-r--r--layouts/partials/post-pagination.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post-pagination.html b/layouts/partials/post-pagination.html
index 0369194..792a5f8 100644
--- a/layouts/partials/post-pagination.html
+++ b/layouts/partials/post-pagination.html
@@ -9,7 +9,7 @@
{{if .NextInSection}}
<a class="pagination__item" href="{{.NextInSection.Permalink}}">
<span class="pagination__label">Next Post</span>
- <span class="pagination__title" >{{.NextInSection.Title}}</a>
+ <span class="pagination__title" >{{.NextInSection.Title}}</span>
</a>
{{end}}
</div>