The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

blog/series: fix date

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso bbc6d4f7 464c24ef

+1
+1
lume/src/blog/series/index.jsx
··· 1 1 export const title = "Post Series"; 2 2 export const layout = "base.njk"; 3 + export const date = "2012-01-01"; 3 4 4 5 export default ({ seriesDescriptions }) => { 5 6 const dateOptions = { year: "numeric", month: "2-digit", day: "2-digit" };