diff --git a/example_config.py b/example_config.py index c984933..409fc31 100644 --- a/example_config.py +++ b/example_config.py @@ -21,6 +21,8 @@ SITE_AUTHOR = "Site Author" SITE_LOGO_URL = "Site Logo URL" SITE_BASE_URL = "Site Base URL" +WALLPAPER_URL = "/picture/example.png" + TEAMSPEAK_SERVER = "teamspeak.com" DISCORD_SERVER = "https://discord.gg/", FACEBOOK = "https://www.facebook.com/", diff --git a/static/site.css b/static/site.css index c42e968..1505d6c 100644 --- a/static/site.css +++ b/static/site.css @@ -5,7 +5,6 @@ html { .masthead { height: 50vh; min-height: 250px; - background-image: url('/static/pictures/wallpaper.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; diff --git a/templates/index.html b/templates/index.html index 9c8d273..8cf3d44 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,7 @@ {% include 'navbar.html' %} -
+