Can I only show items before/after the current date in a listing? #8437
Unanswered
tim-at-topos
asked this question in
Q&A
Replies: 1 comment
-
If you write a pre-render script (or a script you run before See:
Somewhat related: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a listing that I use to organise a seminar, where each item corresponds to a talk. I'd ideally like to split this into two listings: upcoming talks, and previous talks. I know that I can use
include
andexclude
within a listing to glob against an author name, as explained in the docs, but is it possible to do something more advanced, namely only include posts before/after a certain date?Beta Was this translation helpful? Give feedback.
All reactions