There may be some areas in home.liquid where code cleanup can happen:
-
move inline style tag for margin-block: var(--size-relative-12); to .obj-narrow-width to _page.scss
-
Is that an extra div with the obj-page-width nested inside the footer or wrapping the footer? If so, can we remove it?
-
minor rewording to break up longer sentences:
FROM:
Propulsion is built on the super-fast, Eleventy static-site generator, giving Propulsion the ability to be nimble and portable thanks to Eleventy’s wide support of templating languages.
TO:
Propulsion is built on the super-fast, Eleventy static-site generator. This makes Propulsion nimble and portable, thanks to Eleventy’s wide support of templating languages.
There may be some areas in
home.liquidwhere code cleanup can happen:move inline style tag for
margin-block: var(--size-relative-12);to.obj-narrow-widthto_page.scssIs that an extra
divwith theobj-page-widthnested inside the footer or wrapping the footer? If so, can we remove it?minor rewording to break up longer sentences:
FROM:
TO: