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:
authorSam Kvale <kvalesam@gmail.com>2020-08-10 17:35:52 +0300
committerGitHub <noreply@github.com>2020-08-10 17:35:52 +0300
commitd6811ad5fa8d29c4bff7d1d57a410815f5af3802 (patch)
tree494bac74b2bb820d27a9289697196aa61e58a374
parent4128b8474f3a7230bebf5708c33e911b21dea761 (diff)
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>