File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ <h1 class="mb-4 f0-light">{{ page.title }}</h1>
2727 < div class ="mt-4 ">
2828 < nav class ="prev-next-links " aria-label ="Pagination ">
2929 {% if prev %}
30- < a class ="prev-next-links__button " rel ="previous " href ="{{prev.url}} " aria-label ="Previous Page ">
30+ < a class ="prev-next-links__button " rel ="previous " href ="{{ site.baseurl }}{{ prev.url}} " aria-label ="Previous Page ">
3131 < div class ="f6 text-uppercase "> Previous</ div >
3232 {{prev.title}}
3333 </ a >
3434 {% endif %} {% if next %}
35- < a class ="prev-next-links__button " rel ="next " href ="{{next.url}} " aria-label ="Next Page ">
35+ < a class ="prev-next-links__button " rel ="next " href ="{{ site.baseurl }}{{ next.url}} " aria-label ="Next Page ">
3636 < div class ="f6 text-uppercase "> Next</ div >
3737 {{next.title}}
3838 </ a >
You can’t perform that action at this time.
0 commit comments