Skip to content
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 KubeSnapIt.'
footer_content: 'Copyright © 2025 KubeSnapIt.'

# 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
5 changes: 4 additions & 1 deletion docs/_includes/nav_footer_custom.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<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