Files
gitea-pages/overrides/partials/header.html
Noah Pombas 90a5c560f6
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 3s
Added Custom JS and CSS
2025-12-04 16:16:24 +01:00

7 lines
138 B
HTML

{% extends "header.html" %}
{% block header %}
{{ super() }}
<button id="color-toggle-btn">🎨 Switch Color</button>
{% endblock %}