Put footer content back into prescribed columns

This commit is contained in:
Tom Byers
2019-10-30 10:35:18 +00:00
parent aa9df17ef3
commit 3511f0b726

View File

@@ -147,7 +147,7 @@
{{ notify_footer({ {{ notify_footer({
"navigation": [ "navigation": [
{ {
"columns": 4, "columns": 1,
"items": [ "items": [
{ {
"href": url_for('main.support'), "href": url_for('main.support'),
@@ -168,7 +168,12 @@
{ {
"href": "https://gds.blog.gov.uk/category/notify/", "href": "https://gds.blog.gov.uk/category/notify/",
"text": "Blog" "text": "Blog"
}, }
]
},
{
"columns": 1,
"items": [
{ {
"href": url_for("main.features"), "href": url_for("main.features"),
"text": "Features" "text": "Features"
@@ -192,7 +197,12 @@
{ {
"href": url_for("main.terms"), "href": url_for("main.terms"),
"text": "Terms of use" "text": "Terms of use"
}, }
]
},
{
"columns": 1,
"items": [
{ {
"href": url_for("main.pricing"), "href": url_for("main.pricing"),
"text": "Pricing" "text": "Pricing"
@@ -200,7 +210,12 @@
{ {
"href": url_for("main.how_to_pay"), "href": url_for("main.how_to_pay"),
"text": "How to pay" "text": "How to pay"
}, }
]
},
{
"columns": 1,
"items": [
{ {
"href": url_for("main.documentation"), "href": url_for("main.documentation"),
"text": "Documentation" "text": "Documentation"