fix: navigation labels
This commit is contained in:
parent
e52caea435
commit
3ce64cb573
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
<style>
|
||||
{{ css | cssmin }}
|
||||
</style>
|
||||
<nav class="pagination flex--centered">
|
||||
<nav aria-label="Blog pagination" class="pagination flex--centered">
|
||||
{% if pagination.href.previous %}
|
||||
<a href="{{ pagination.href.previous }}">
|
||||
<button aria-label="Previous page [&>svg]:h-5 [&>svg]:w-5">
|
||||
|
|
Reference in a new issue