Skip to content

Commit

Permalink
Add original footer
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbowen committed Nov 3, 2023
1 parent e4fd3a5 commit f0cacf0
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 f0cacf0

Please sign in to comment.