Skip to content

Commit

Permalink
add missing ; (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Dec 13, 2023
1 parent 56f8f91 commit 0a06114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</header>
</div>
{% if page.image %}
<div id="header_wrap" class="outer" style="background-image:url(/{{ page.image }});background-position-y:center;background-position-x:center{% if page.image-zoom %}{% if page.image-zoom == "fill" %}background-size:cover{% else %}background-size:auto 600px{% endif %}{% else %}background-size:auto 600px{% endif %}">
<div id="header_wrap" class="outer" style="background-image:url(/{{ page.image }});background-position-y:center;background-position-x:center;{% if page.image-zoom %}{% if page.image-zoom == "fill" %}background-size:cover{% else %}background-size:auto 600px{% endif %}{% else %}background-size:auto 600px{% endif %}">
{% else %}
<div id="header_wrap" class="outer" style="background-image:url(/assets/img/headers/fenics_fire.png);background-repeat:repeat">
{% endif %}
Expand Down

0 comments on commit 0a06114

Please sign in to comment.