Skip to content
Snippets Groups Projects
Commit 46897de2 authored by Chris Lawton's avatar Chris Lawton
Browse files

moving the sticky apply button in to it's own template

parent d932f424
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,10 @@ ...@@ -75,7 +75,10 @@
<header class="header header--standard {% block header_modifier %}{% endblock %}"> <header class="header header--standard {% block header_modifier %}{% endblock %}">
{% endif %} {% endif %}
<a href="#" class="link link--fixed-apply">Apply</a> {% block apply_button %}
{% include "includes/apply_button.html" %}
{% endblock %}
<div class="header__inner wrapper wrapper--large"> <div class="header__inner wrapper wrapper--large">
<a href="{% slugurl 'home' %}" aria-label="Home link"> <a href="{% slugurl 'home' %}" aria-label="Home link">
<svg class="header__logo header__logo--desktop header__logo--desktop-light"><use xlink:href="#logo-desktop"></use></svg> <svg class="header__logo header__logo--desktop header__logo--desktop-light"><use xlink:href="#logo-desktop"></use></svg>
......
<a href="#" class="link link--fixed-apply">Apply</a>
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