rhazdon / hugo-theme-hello-friend-ng

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/rhazdon/hugo-theme-hello-friend-ng/
Other
1.45k stars 765 forks source link

Newer / older posts buttons not translated #441

Open stdevel opened 10 months ago

stdevel commented 10 months ago

Hello, thanks a lot for your great theme!

I just stumbled upon, that the Newer posts and Older posts items in categories aren't translated:

layouts/partials/pagination-list.html

...
                    <span class="button__text">Newer posts</span>
...
                    <span class="button__text">Older posts</span>

Will provide a PR to fix this in a second.