Skip to content

Commit

Permalink
using /branding for custom branding support
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Apr 25, 2024
1 parent 94b8676 commit 25277e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apk del apk-tools ca-certificates-bundle

COPY gen-home.py refresh-zims.py tailwind.config.js /src/
COPY templates /src/templates
COPY branding /var/www/branding
COPY assets /var/www/assets
COPY fallback.html /var/www/fallback.html
COPY home.yaml /src/
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="flex flex-auto">
<a href="/">
<img
src="/assets/hotspot-logo.png"
src="/branding/horizontal-logo-light.png"
class="object-scale-down w-[11rem] h-[6rem] object-left" />
</a>
</div>
Expand Down

0 comments on commit 25277e3

Please sign in to comment.