zregvart commented on a change in pull request #295: Custom Pagination within Blog Section URL: https://github.com/apache/camel-website/pull/295#discussion_r401448577
########## File path: layouts/blog/list.html ########## @@ -15,9 +15,46 @@ <h3>Categories</h3> {{ range $pages }} {{ .Render "summary" }} {{ end }} - {{ template "_internal/pagination.html" . }} + + {{ $page := .Paginator }} + {{ if gt $page.TotalPages 1 }} + {{ $.Scratch.Set "dot_rendered" false }} + <nav aria-label="page navigation"> Review comment: Not sure we can use multiple strings for `aria-label`, [specification says](https://www.w3.org/TR/wai-aria/#aria-label) value in singular ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services