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

Spooky icons even when Spooky theme not chosen #214

Closed
eecs441staff opened this issue Oct 2, 2022 · 2 comments
Closed

Spooky icons even when Spooky theme not chosen #214

eecs441staff opened this issue Oct 2, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@eecs441staff
Copy link

Describe the bug
I'm seeing the Spooky theme icons for theme selection and the hamburger menu even when I haven't selected the Spooky theme.

To Reproduce
They just showed up.

Expected behavior
Normal icons shown when Spooky theme not chosen.

Screenshots
Screenshot 2022-10-02 at 04 21 24

Desktop (please complete the following information):

  • macOS Ventura 13.0
  • Safari
  • 16.1
@eecs441staff eecs441staff added the bug Something isn't working label Oct 2, 2022
@seshrs
Copy link
Member

seshrs commented Oct 2, 2022

Oops! These were only meant to show up around Halloween 😬

I’ll push a fix right away. Thanks for informing me about this!

@seshrs
Copy link
Member

seshrs commented Oct 2, 2022

Fixed in e858180, and I've release v1.8.2 with the fixes. Again, thanks so much for reporting!


Aside:
You can expect the Halloween icons to appear as an Easter egg for a limited time from October 25 to November 5.

return isTodayInRange(
{ month: Month.OCTOBER, date: 25 },
{ month: Month.NOVEMBER, date: 5 },
);

If you don't want Easter eggs to be displayed on your website, then update your _config.yml to set disableJokes to true.

@seshrs seshrs closed this as completed Oct 2, 2022
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

2 participants