Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Parameters hideSummary and hideMeta not effective for _index.md page #1221

Open
cruftex opened this issue May 22, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@cruftex
Copy link

cruftex commented May 22, 2023

I define an _index.md page starting with this:

---
title: Title
hideSummary: on
hideMeta: on
---

My expectation is the list of pages does not include the summary and meta information, however, the flags have no effect.
When I set hideSummary: on in a page, it gets recognised for that specific page. So I can switch on and off summary and meta information for individual list items.

When I change .Param "hideSummary to $.Param "hideSummary" in list.html it is working according to my expectations.

Not sure whether the current behaviour is a bug of a feature? Can we change this, so works well for _index.md pages?

@cruftex cruftex added the bug Something isn't working label May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant