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

fix(view): cannot specify “type” of archives widget #60

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

imaegoo
Copy link
Contributor

@imaegoo imaegoo commented Jul 12, 2023

widget.type should always be "archives" here, we cannot specify the “type” of archives widget in _config.icarus.yml

widgets:
    -
        position: left
        type: archives
        type: monthly # BAD
        format: 'YYYY年M月'

so I change "type" to "group_by"

widgets:
    -
        position: left
        type: archives
        group_by: monthly # GOOD
        format: 'YYYY年M月'

@ppoffice ppoffice merged commit 34fd4df into ppoffice:master Jul 12, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants