usethesource: Fix header image path

This commit is contained in:
Ben Sturmfels 2023-10-25 23:04:59 +11:00
parent 2cdebf1316
commit 2f3fba359f
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -9,7 +9,7 @@
{% block outercontent %} {% block outercontent %}
<div class="lh-title ttu tracked tc bg-gray" <div class="lh-title ttu tracked tc bg-gray"
style="margin: -0.5rem -1rem 0; background: #24243d url('{% static "usethesource/Stars_01_(MK).jpg" %}'); background-size: cover; background-position: 50%; overflow: auto"> style="margin: -0.5rem -1rem 0; background: #24243d url('{% static "usethesource/stars.jpg" %}'); background-size: cover; background-position: 50%; overflow: auto">
<h1><a class="f1 f-subheadline-ns lh-title lh-solid-ns white-90 dib pv3 pv4-ns ph4 mv0" href="{% url 'usethesource:landing' %}" style="text-shadow: 0 0 25px black; text-decoration: none; margin-bottom: 1.5rem">Use the Source</a></h1> <h1><a class="f1 f-subheadline-ns lh-title lh-solid-ns white-90 dib pv3 pv4-ns ph4 mv0" href="{% url 'usethesource:landing' %}" style="text-shadow: 0 0 25px black; text-decoration: none; margin-bottom: 1.5rem">Use the Source</a></h1>
</div> </div>