Skip to content
Snippets Groups Projects
Unverified Commit c3d7226a authored by Chris Lawton's avatar Chris Lawton Committed by GitHub
Browse files

Merge pull request #17 from OpenTechFund/duplicate-header-fix

uncommenting header image logic so header renders correctly
parents de4a4946 a0752d69
No related branches found
No related tags found
No related merge requests found
......@@ -68,12 +68,12 @@
{% wagtailuserbar %}
{# {% if page.header_image %} #}
{% if page.header_image %}
{% image page.header_image fill-2560x410 as header_image %}
<header class="header header--standard header--has-bg-image" style="background-image:url('{{ header_image.url }}')">
{# {% else %} #}
{% else %}
<header class="header header--standard">
{# {% endif %} #}
{% endif %}
<div class="header__inner wrapper wrapper--large">
<a href="{% slugurl 'home' %}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment