aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
AgeCommit message (Collapse)Author
2022-12-08Complete overhaul of the CSSNicholas Johnson
I made it as BEM-compliant as I could. Making it fully BEM-compliant is impossible since Hugo doesn't have HTML render hooks for certain tags.
2022-12-06Show page info by default on entries onlyNicholas Johnson
2022-09-16Conditionally add page info to top of pageNicholas Johnson
2022-09-03Give all pages an h1 heading based on their titleNicholas Johnson
2022-09-03Add link emoji to give links some styleNicholas Johnson
2022-08-07Change return to homepage link from class to idNicholas Johnson
2022-08-07Space out nav links for mobile devicesNicholas Johnson
2022-08-04Remove extra newlines from HTML outputNicholas Johnson
2022-08-04Adjust template spacingNicholas Johnson
2022-08-04Replace <content> tag with proper <main> tag and fix unintended tagNicholas Johnson
nesting
2022-04-28Initial commitNicholas Johnson