Gabz
Gabz

@manton what are the chances that “on this day” turns into a plug-in? Or that still would depend on how the theme is configured ?

|
Embed
Progress spinner
manton
manton

@Gaby I think putting “On this day” into a plug-in is a great idea. It would make it easier to discover for new people, too.

|
Embed
Progress spinner
jsonbecker
jsonbecker

@manton am I correct in thinking this is essentially {{ range where (where .Site.RegularPages "Section" "posts") "Date.Day" ".now.YearDay" }} or something like that?

|
Embed
Progress spinner
manton
manton

@jsonbecker I think something like that would work but the page would need to be generated every day. Probably best to keep a JavaScript component, which could read the archive/index.json file.

|
Embed
Progress spinner
jsonbecker
jsonbecker

@manton oh yeah. People don’t post every day. Good point.

|
Embed
Progress spinner