Skip to content

Commit

Permalink
Fixed CSS for DarkMode Button and updated Copyright Year to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
smoonlee committed Jan 14, 2025
1 parent 941e3c0 commit 3f992ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit 3f992ae

Please sign in to comment.