mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 00:01:36 +01:00
make wallpaper url configurable
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{% include 'navbar.html' %}
|
||||
|
||||
<!-- Site wellcome header -->
|
||||
<header class="masthead">
|
||||
<header class="masthead" style="background-image: url('{{ conf["WALLPAPER_URL"] }}');">
|
||||
<div class="container h-50">
|
||||
<div class="row h-100 align-items-center">
|
||||
<div class="col-12 text-center">
|
||||
|
||||
Reference in New Issue
Block a user