Skip to content

Fix #3233 -- Simple theme classless semantic HTML - #3234

Merged
justinmayer merged 1 commit into
getpelican:masterfrom
pauloxnet:feature/3233-simple-classless-semantic-html
Nov 12, 2023
Merged

Fix #3233 -- Simple theme classless semantic HTML#3234
justinmayer merged 1 commit into
getpelican:masterfrom
pauloxnet:feature/3233-simple-classless-semantic-html

Conversation

@pauloxnet

@pauloxnet pauloxnet commented Oct 30, 2023

Copy link
Copy Markdown
Member

Pull Request Checklist

Resolves: #3233

  • Ensured tests pass and (if applicable) updated functional test output
  • Conformed to code style guidelines by running appropriate linting tools
  • Added tests for changed code
  • Updated documentation for changed code

@pauloxnet

Copy link
Copy Markdown
Member Author

I'll wait to receive a fe feedback before completing this PR with updated tests

@pauloxnet
pauloxnet force-pushed the feature/3233-simple-classless-semantic-html branch 3 times, most recently from c0e2d4d to a2ab81d Compare October 31, 2023 08:15
@justinmayer
justinmayer requested review from a team and avaris November 10, 2023 20:06

@avaris avaris left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some minor suggestions to docs. Overall looks good to me. Obviously, needs updates to the test output.

Comment thread docs/settings.rst Outdated
Comment thread docs/settings.rst Outdated
@pauloxnet
pauloxnet force-pushed the feature/3233-simple-classless-semantic-html branch 2 times, most recently from b91cfda to 4a06da9 Compare November 11, 2023 10:12
@pauloxnet

Copy link
Copy Markdown
Member Author

Left some minor suggestions to docs.

Thanks, I've applied both of your suggestions to my code.

Overall looks good to me. Obviously, needs updates to the test output.

I was waiting for some feedback before fixing tests, thank to your review I'll do it.

@justinmayer

Copy link
Copy Markdown
Member

@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! 🌟

@pauloxnet

Copy link
Copy Markdown
Member Author

@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. 🤞🏻

@pauloxnet
pauloxnet force-pushed the feature/3233-simple-classless-semantic-html branch from 4a06da9 to c0c415c Compare November 11, 2023 12:51
@pauloxnet
pauloxnet force-pushed the feature/3233-simple-classless-semantic-html branch from c0c415c to 6059675 Compare November 11, 2023 13:10
@pauloxnet

Copy link
Copy Markdown
Member Author

@avaris tests are fixed, there's still a requested change from you I think. ;-)

@justinmayer I think the PR is ready to be merged :-)

@pauloxnet
pauloxnet requested a review from avaris November 11, 2023 13:20

@avaris avaris left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@justinmayer justinmayer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks to @pauloxnet for the enhancement and to @avaris for reviewing. 👍

@justinmayer
justinmayer merged commit be5afa3 into getpelican:master Nov 12, 2023
@pauloxnet
pauloxnet deleted the feature/3233-simple-classless-semantic-html branch November 12, 2023 13:32
<a href="{{ SITEURL }}/{{ articles_next_page.url }}">&raquo;</a>
<a href="{{ SITEURL }}/{{ last_page.url }}">&#8649;</a>
<li><a href="{{ SITEURL }}/{{ articles_next_page.url }}">&rang;</a></li>
<li><a href="{{ SITEURL }}/{{ last_page.url }}">&Rang;</a></li>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
* ⟩
* ⟫

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use classless semantic HTML in the "simple" theme

4 participants