Skip to content

Commit

Permalink
Merge branch 'AYR-441/start-screen' of https://github.com/nationalarc…
Browse files Browse the repository at this point in the history
…hives/da-ayr-beta-webapp into AYR-441/start-screen
  • Loading branch information
zaiziclebby committed Nov 3, 2023
2 parents 058f975 + df0a993 commit 94934cb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,28 @@
{% endwith %}
{% endblock %}

{% block footer %}
{{ govukFooter({
'meta': {
'items': [
{
'href': url_for('main.accessibility'),
'text': "Accessibility"
},
{
'href': url_for('main.cookies'),
'text': "Cookies"
},
{
'href': url_for('main.privacy'),
'text': "Privacy"
}
],
'html': 'Built by <a href="' + config['DEPARTMENT_URL'] +'" class="govuk-footer__link">' + config['DEPARTMENT_NAME'] + '</a>'
}
}) }}
{% endblock %}


{% block bodyEnd %}
<!--[if gt IE 8]><!-->
Expand Down

0 comments on commit 94934cb

Please sign in to comment.