Auto commit: 2026-02-03T23:50:08.185Z
This commit is contained in:
parent
d912750be5
commit
b630bf41a7
BIN
assets/pasted-20260203-233031-e00daeb5.png
Normal file
BIN
assets/pasted-20260203-233031-e00daeb5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
Binary file not shown.
@ -9,7 +9,7 @@ def project_context(request):
|
|||||||
"project_description": os.getenv("PROJECT_DESCRIPTION", ""),
|
"project_description": os.getenv("PROJECT_DESCRIPTION", ""),
|
||||||
"project_image_url": os.getenv("PROJECT_IMAGE_URL", ""),
|
"project_image_url": os.getenv("PROJECT_IMAGE_URL", ""),
|
||||||
"whatsapp_number": "+5359177041",
|
"whatsapp_number": "+5359177041",
|
||||||
"whatsapp_group_link": "https://chat.whatsapp.com/Lili%20Records%20Radio",
|
"whatsapp_group_link": "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY",
|
||||||
# Used for cache-busting static assets
|
# Used for cache-busting static assets
|
||||||
"deployment_timestamp": int(time.time()),
|
"deployment_timestamp": int(time.time()),
|
||||||
}
|
}
|
||||||
|
|||||||
@ -24,7 +24,10 @@
|
|||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark sticky-top">
|
<nav class="navbar navbar-expand-lg navbar-dark sticky-top">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="{% url 'home' %}">LILI RECORDS</a>
|
<a class="navbar-brand d-flex align-items-center" href="{% url 'home' %}">
|
||||||
|
<img src="{% static 'images/logo.png' %}" alt="Logo" height="40" class="me-2">
|
||||||
|
LILI RECORDS
|
||||||
|
</a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
BIN
static/images/logo.png
Normal file
BIN
static/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
BIN
staticfiles/images/logo.png
Normal file
BIN
staticfiles/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
BIN
staticfiles/pasted-20260203-233031-e00daeb5.png
Normal file
BIN
staticfiles/pasted-20260203-233031-e00daeb5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
Loading…
x
Reference in New Issue
Block a user