Merge pull request #118 from skvale/patch-1

Update post-pagination.html
This commit is contained in:
Jake Wiesler 2020-10-18 11:23:48 -04:00 committed by GitHub
commit 991c083daf
1 changed files with 1 additions and 1 deletions

View File

@ -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>