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