Fix #3233 -- Simple theme classless semantic HTML - #3234
Conversation
|
I'll wait to receive a fe feedback before completing this PR with updated tests |
c0e2d4d to
a2ab81d
Compare
b91cfda to
4a06da9
Compare
Thanks, I've applied both of your suggestions to my code.
I was waiting for some feedback before fixing tests, thank to your review I'll do it. |
|
@pauloxnet: Wonderful. We are getting close to releasing Pelican 4.9 and would like to include this PR, so thank you for being so responsive! 🌟 |
I would also like to see this improved version of the "simple" theme in Pelican 4.9. ✨ I'll try to find time to work on it this weekend. 🤞🏻 |
4a06da9 to
c0c415c
Compare
c0c415c to
6059675
Compare
|
@avaris tests are fixed, there's still a requested change from you I think. ;-) @justinmayer I think the PR is ready to be merged :-) |
justinmayer
left a comment
There was a problem hiding this comment.
Many thanks to @pauloxnet for the enhancement and to @avaris for reviewing. 👍
| <a href="{{ SITEURL }}/{{ articles_next_page.url }}">»</a> | ||
| <a href="{{ SITEURL }}/{{ last_page.url }}">⇉</a> | ||
| <li><a href="{{ SITEURL }}/{{ articles_next_page.url }}">⟩</a></li> | ||
| <li><a href="{{ SITEURL }}/{{ last_page.url }}">⟫</a></li> |
There was a problem hiding this comment.
was it really intentional to move these into dedicated bullet points ? prior to 4.9, these would be on one-line, but now it's split out.
prior-to 4.9
Page 1 / 2 » ⇉
after this commit
* Page 1 / 2
* ⟩
* ⟫
Pull Request Checklist
Resolves: #3233