Skip to content

Commit

Permalink
Send version info to template (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Jan 22, 2024
1 parent cca9c32 commit 1b589c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jhub_apps/themes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from jhub_apps.version import get_version

LOGO = "/services/japps/static/img/Nebari-Logo-Horizontal-Lockup-White-text.svg"
FAVICON = "/services/japps/static/favicon.ico"

Expand All @@ -16,4 +18,5 @@
"navbar_text_color": "#ffffff",
"navbar_hover_color": "#20b1a8",
"navbar_color": "#1c1d26",
"version": get_version()
}

0 comments on commit 1b589c2

Please sign in to comment.