diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee857556..2d14df0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,7 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files + exclude: ^static/images/ - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.13.3 diff --git a/static/images/hero.jpg b/static/images/hero.jpg new file mode 100644 index 00000000..e363827d Binary files /dev/null and b/static/images/hero.jpg differ diff --git a/templates/includes/navbar.html b/templates/includes/navbar.html index ceab2021..be90915d 100644 --- a/templates/includes/navbar.html +++ b/templates/includes/navbar.html @@ -1,6 +1,6 @@ {% load static %} {# Modern DaisyUI Navbar #} -