@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 ?
@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 ?
@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.
@manton am I correct in thinking this is essentially {{ range where (where .Site.RegularPages "Section" "posts") "Date.Day" ".now.YearDay" }}
or something like that?
@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.