The code and data behind xeiaso.net
5
fork

Configure Feed

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

internal/lume: oops lol set the post date to like forever ago

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

Xe Iaso fbad2a27 df59f21f

+1
+1
internal/lume/lume.go
··· 381 381 382 382 const seriesPageTemplateStr = `export const title = "{{.Series}}"; 383 383 export const layout = "base.njk"; 384 + export const date = "2012-01-01"; 384 385 385 386 export default ({ search }) => { 386 387 const dateOptions = { year: "numeric", month: "2-digit", day: "2-digit" };