Skip to content

Commit 97bae87

Browse files
committed
🐛 Add explicit dates to stash entries
Using git creation date isn't working too well, so use explicit dates for now.
1 parent 00ea33d commit 97bae87

File tree

6 files changed

+5
-1
lines changed

6 files changed

+5
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: _Accessibility for Everyone_
33
href: https://accessibilityforeveryone.site/
4+
date: 2026-01-29
45
---
56

67
The 2017 book _Accessibility for Everyone_ has been published online, in full, by the original author. Accessibility practices haven't changed much since then, so it's still a useful read!

src/stash/grid-lanes-safari-tp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: When will CSS Grid Lanes arrive? How long until we can use it?
33
href: https://webkit.org/blog/17758/when-will-css-grid-lanes-arrive-how-long-until-we-can-use-it/
4+
date: 2026-01-29
45
---
56

67
Safari Technical Preview 234 includes support for the new CSS Grid Lanes specification (aka, native masonry layouts!)

src/stash/how-many-people.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: How many people?
33
href: https://accessibility.education.gov.uk/app/how-many-people
4+
date: 2026-01-30
45
---
56

67
How many people using your website are neurodivergent or have vision issues? How many have low literacy skills or only have internet access on their phone? This tool estimates those numbers for you using data from various charities and government organisations.

src/stash/inclusively-hidden.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Inclusively Hidden
33
href: https://css-tricks.com/inclusively-hidden/
4+
date: 2026-01-30
45
---
56

67
How to hide content from sighted users whilst keeping it accessible to screen readers and other assistive technologies.

src/stash/stash.11tydata.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export default {
22
layout: "stash-link.njk",
33
tags: ["stash"],
4-
date: "git Created",
54
mastheadSection: {
65
href: "/stash/",
76
text: "The stash",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Try text scaling support in Chrome Canary
33
href: https://www.joshtumath.uk/posts/2026-01-27-try-text-scaling-support-in-chrome-canary/
4+
date: 2026-01-31
45
---
56

67
Spec co-author Josh Tumath runs through the new HTML and CSS features that bring mobile OS text scaling to websites.

0 commit comments

Comments
 (0)