Skip to content

centerTheme parameter does not work #550

@EktoHunter

Description

@EktoHunter

When using the centerTheme parameter and setting it to true in config.toml, the changes do not apply. However, (cond ($.Site.Params.centerTheme | default false) "container center" "container") can be changed to (cond ($.Site.Params.centerTheme | default true) "container center" "container") to make it work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions