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 DarkMode Button and updated Copyright Year to 2025 #33

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ liquid:
back_to_top: true
back_to_top_text: "Back to top"

footer_content: 'Copyright © 2024 KubeTidy.'
footer_content: 'Copyright © 2025 KubeTidy.'

# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
Expand Down
4 changes: 3 additions & 1 deletion docs/_includes/nav_footer_custom.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<button class="btn js-toggle-dark-mode" style="position: fixed; bottom: 20px; left: 20px; padding: 10px; color: #11a9bb">☾ dark</button>
<div class="site-footer">
<button class="btn js-toggle-dark-mode" style="bottom: 20px; left: 20px; padding: 10px; color: #11a9bb" ☾ dark</button>
</div>

<script>
const btnToggle = document.querySelector('.js-toggle-dark-mode');
Expand Down
Loading