Allow posts with no date field for sections sorted by date.#22
Allow posts with no date field for sections sorted by date.#22rochacbruno wants to merge 1 commit intogetzola:masterfrom
Conversation
|
I don't think it would work. Pages in a sorted section missing the sort attribute are ignored in Zola and I don't think they get rendered? I could be wrong, haven't done it in a long time so the memory is fuzzy |
|
@Keats I created a page without a date, because I dont wanted it to get indexed, wanted acessible by url only. Zola ignores that page when building the index, but the page is rendered when accessed by URL. Is there other way to creates pages like |
|
I totally get the reason, in my memory the ignored pages were not rendered.
Not really, I usually prefer namespacing to /blog or whatever personally. I don't think there is a way to do to handle your case nicely. |
|
@Keats What I am doing is:
|
|
it would help more if we can have a |
Having
content/_index.mdlike thisAllows to show on home page only posts having a
datemetadata.Sometimes it is useful to create a
pagelike an/about/that is not listed on home page but accessible only via link.Currently hyde is failing because
datefilter requires a date.