Separate footer and fixed expiry date #46
3 changed files with 13 additions and 13 deletions
Rename footer links in config to header links (in config files)
- also comment out test links in dev config
commit
358f031830
|
|
@ -9,6 +9,6 @@ type = 'Development'
|
||||||
from = "Test-Jobbörse <jobs@localhost>"
|
from = "Test-Jobbörse <jobs@localhost>"
|
||||||
subject = "Test"
|
subject = "Test"
|
||||||
|
|
||||||
[[footer_links]]
|
# [[header_links]]
|
||||||
title = "Test"
|
# title = "Test"
|
||||||
url = "https://fs-infmath.uni-kiel.de"
|
# url = "https://fs-infmath.uni-kiel.de"
|
||||||
|
|
|
||||||
|
|
@ -34,16 +34,16 @@ type = 'Disabled' # deny all login attempts without further configuration option
|
||||||
# # content of the SUBJECT header for the confirmation emails
|
# # content of the SUBJECT header for the confirmation emails
|
||||||
# subject = "[Jobbörse] Please, confirm your job-offer submission."
|
# subject = "[Jobbörse] Please, confirm your job-offer submission."
|
||||||
|
|
||||||
# you can add additional footer links by adding [[footer_links]] entries
|
# you can add additional footer links by adding [[header_links]] entries
|
||||||
# [[footer_links]]
|
# [[header_links]]
|
||||||
# title = "Example"
|
# title = "Example"
|
||||||
# url = "https://example.com"
|
# url = "https://example.com"
|
||||||
|
|
||||||
# the default footer links Impressum, Homepage and Source Repository can be overriten by adding a matching [[footer_links]] entry
|
# the default footer links Impressum, Homepage and Source Repository can be overriten by adding a matching [[header_links]] entry
|
||||||
# [[footer_links]]
|
# [[header_links]]
|
||||||
# title = "Homepage"
|
# title = "Homepage"
|
||||||
# url = "https://example.com/home"
|
# url = "https://example.com/home"
|
||||||
|
|
||||||
# default footer links can also be removed by adding a matching section here without an URL
|
# default footer links can also be removed by adding a matching section here without an URL
|
||||||
# [[footer_links]]
|
# [[header_links]]
|
||||||
# title = "Source Repository"
|
# title = "Source Repository"
|
||||||
|
|
|
||||||
|
|
@ -35,16 +35,16 @@ file_path = '/etc/jobboerse/login.toml'
|
||||||
# # content of the SUBJECT header for the confirmation emails
|
# # content of the SUBJECT header for the confirmation emails
|
||||||
# subject = "[Jobbörse] Please, confirm your job-offer submission."
|
# subject = "[Jobbörse] Please, confirm your job-offer submission."
|
||||||
|
|
||||||
# you can add additional footer links by adding [[footer_links]] entries
|
# you can add additional footer links by adding [[header_links]] entries
|
||||||
# [[footer_links]]
|
# [[header_links]]
|
||||||
# title = "Example"
|
# title = "Example"
|
||||||
# url = "https://example.com"
|
# url = "https://example.com"
|
||||||
|
|
||||||
# the default footer links Impressum, Homepage and Source Repository can be overriten by adding a matching [[footer_links]] entry
|
# the default footer links Impressum, Homepage and Source Repository can be overriten by adding a matching [[header_links]] entry
|
||||||
# [[footer_links]]
|
# [[header_links]]
|
||||||
# title = "Homepage"
|
# title = "Homepage"
|
||||||
# url = "https://example.com/home"
|
# url = "https://example.com/home"
|
||||||
|
|
||||||
# default footer links can also be removed by adding a matching section here without an URL
|
# default footer links can also be removed by adding a matching section here without an URL
|
||||||
# [[footer_links]]
|
# [[header_links]]
|
||||||
# title = "Source Repository"
|
# title = "Source Repository"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue