The user avatar content in the header is now populated with a htmx get request. The request object is used to show either the join link, avatar or no avatar icon.
Issue: #850
* On the news listing the images are removed
* On the news listing page the author name and publish date are on the
top right of the cards for desktop and in the footer on mobile.
* On the detail page the image will show and the author name and
publish date show next to the avatar.
Issue: #769
* Styles edit and delete icons to right
* Adds block behind post content to match other areas of site
* Adds author avatar and name
* Adds borders to all avatars on news and header
* Cleans up news pagination buttons adn fixes bugs
* Styles edit and delete icons to right
* Adds block behind post content to match other areas of site
* Adds author avatar and name
* Adds borders to all avatars on news and header
* Cleans up news pagination buttons adn fixes bugs
Fixes the aligment of the icons and text in the dark/light mode switcher. Also adjusts the divider line to a darker color in dark mode so the line is not so bright.
Issue: #509
Now using proprietary styles for the user guide - not shared with docs. We are able to better isolate and fix issues with the user guide header without having to touch antora.
Fonts are set in site.css at a large base than we use. This resets it and now haeder fonts match. Body font is not quite as big either and matches the main site.
Now using proprietary styles for the user guide - not shared with docs. We are able to better isolate and fix issues with the user guide header without having to touch antora.
* Refactoring parts of the header to try and get consistency between the site, docs and user-guide.
* Fixing purple links.
* Adding conditional for theme switcher on mobile
WIP: Working on styles related to the modernize method and the the injection of the docs styles.
This removes the the main styles.css and working on fixing bugs with the docs layouts for the body content and mobile layouts.
Issue: #658