Skip to content

Commit

Permalink
fix unclosed tag li (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Sep 12, 2022
1 parent ae8b811 commit c83a0ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/pager.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<li>
<a {{if .PrevInSection}}href="{{.PrevInSection.RelPermalink}}" aria-label="{{ T "ui_pager_prev" }} - {{.PrevInSection.Title}}" {{end}}class="btn btn-primary{{if not .PrevInSection}} disabled{{end}}"><span class="mr-1"></span>{{ T "ui_pager_prev" }}</a>
</li>
<li>
<a {{if .NextInSection}}href="{{.NextInSection.RelPermalink}}" aria-label="{{ T "ui_pager_next" }} - {{.NextInSection.Title}}" {{end}}class="btn btn-primary{{if not .NextInSection}} disabled{{end}}">{{ T "ui_pager_next" }}<span class="ml-1"></span></a>
</li>
</ul>

0 comments on commit c83a0ec

Please sign in to comment.