author_profile in archive-taxonomy? #2475
Unanswered
rodrigograca31
asked this question in
Q&A
Replies: 2 comments
-
https://mmistakes.github.io/minimal-mistakes/docs/configuration/#archive-settings To apply Front Matter defaults to pages generated by the For example, the following configuration enables author profile on tag archives and disables comments on category archives. defaults:
- scope:
path: ""
type: tag
values:
author_profile: true
- scope:
path: ""
type: category
values:
comments: false |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! For the record this is what I did: - scope:
path: ""
type: category
values:
author_profile: true
- scope:
path: ""
type: tag
values:
author_profile: true but I still question why that page sets |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
minimal-mistakes/_layouts/archive-taxonomy.html
Line 3 in c57dfd7
Its just me or this line should not be here?
All other layout files dont specify
author_profile
...I don't know enough jekyll to know if there's a way to overwrite this without copying the entire
archive-taxonomy
file? but I want to setauthor_profile
to true for this layoutBeta Was this translation helpful? Give feedback.
All reactions