mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-11 07:33:36 -05:00
Put footer content back into prescribed columns
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user