Changelog
2022-02-14 Changed
A couple of small adjustments to the callout and the curriculum section.
Bug fixes & improvements
Callout now uses dotted outline rather than a background colour, so it doesn’t clash with the sign up form. This was more of an issue for the single column layout, as seen on smaller displays
Dropped the word “The” from “The Curriculum”, feels cleaner
2022-02-09 Added Changed Fixed
Homepage now includes a course curriculum, well part of one at least. More to come soon. Lot’s of other smaller bits too.
New features
Currculum added to homepage
Scroll margin added to id’s for elements that can be targeted, a nice little trick I leart from Andy Bell
Menu added to sitehead
Changes
Site logo in sitehead moved to left and site title hidden for all but screen readers
Sign up form now sticky on larger devices and includes first name input, also removed button down link
Bug fixes & improvements
Callout now takes an optional icon, also added missing box shadow
Replaced missing paragraph spacing on generic single pages, like thanks , etc
2022-02-02 Added Fixed
New feature
Added a skip link to improve accessibility, so you can now jump straight to main content using keyboard tabbing, etc
Improved link legibility by adding a hover effect
Bug fixes & improvements
Added text-size-adjust
to reset to prevent inflated text on mobile landscape orientation. Props to Kilian for help with this one
Updated changelog permalink structure to include year, month and day
2022-02-01 Added Changed
Lots of layout updates and environmental impact of a web page now calculated and displayed in the footer.
New features
CO2 emmisions page score, based on data from Beacon
New utility classes for grid, margin, padding and border
Added Badge component
Bug fixes & improvements
Homepage layout now 2 column on desktop
Improved heading sizes and spacing
Footer now feels more like a footer
Inline code now highlighted
Added missing ::selection
style
Changelog layout now utility classes
2022-01-28 Added Fixed
New feature
Bug fixes & improvements
Footer now stacks and menu no longer hard coded into footer partial
Flow utility now spacing content in single log items
2022-01-28 Fixed
Bug fixes & improvements
Now using ExecuteAsTemplate to pass {{ .BaseURL }}
to critical CSS and form absolute URLs.
Fonts now loading on subpages as URLs are no longer relative.
Resources
2022-01-27 Added
New features
Added SCSS support with Hugo pipes
Moved CSS to SASS partials
Inlined critical CSS in <head>
Added breakpoint mixin for easier media queries
Bug fixes & improvements
Updated Twitter card with new tagline
Improved typography and added size scale
Updated color palette
2022-01-13 Fixed
Bug fixes & improvements
Footer now stacks on smaller devices
Added missing base URL to font paths
Changelog entries now using <article>
2022-01-10 Added
Practicalhugo.com now has a changelog page. To record new features, bug fixes and improvements.