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>"
|
||||
subject = "Test"
|
||||
|
||||
[[footer_links]]
|
||||
title = "Test"
|
||||
url = "https://fs-infmath.uni-kiel.de"
|
||||
# [[header_links]]
|
||||
# title = "Test"
|
||||
# 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
|
||||
# subject = "[Jobbörse] Please, confirm your job-offer submission."
|
||||
|
||||
# you can add additional footer links by adding [[footer_links]] entries
|
||||
# [[footer_links]]
|
||||
# you can add additional footer links by adding [[header_links]] entries
|
||||
# [[header_links]]
|
||||
# title = "Example"
|
||||
# url = "https://example.com"
|
||||
|
||||
# the default footer links Impressum, Homepage and Source Repository can be overriten by adding a matching [[footer_links]] entry
|
||||
# [[footer_links]]
|
||||
# the default footer links Impressum, Homepage and Source Repository can be overriten by adding a matching [[header_links]] entry
|
||||
# [[header_links]]
|
||||
# title = "Homepage"
|
||||
# url = "https://example.com/home"
|
||||
|
||||
# default footer links can also be removed by adding a matching section here without an URL
|
||||
# [[footer_links]]
|
||||
# [[header_links]]
|
||||
# title = "Source Repository"
|
||||
|
|
|
|||
|
|
@ -35,16 +35,16 @@ file_path = '/etc/jobboerse/login.toml'
|
|||
# # content of the SUBJECT header for the confirmation emails
|
||||
# subject = "[Jobbörse] Please, confirm your job-offer submission."
|
||||
|
||||
# you can add additional footer links by adding [[footer_links]] entries
|
||||
# [[footer_links]]
|
||||
# you can add additional footer links by adding [[header_links]] entries
|
||||
# [[header_links]]
|
||||
# title = "Example"
|
||||
# url = "https://example.com"
|
||||
|
||||
# the default footer links Impressum, Homepage and Source Repository can be overriten by adding a matching [[footer_links]] entry
|
||||
# [[footer_links]]
|
||||
# the default footer links Impressum, Homepage and Source Repository can be overriten by adding a matching [[header_links]] entry
|
||||
# [[header_links]]
|
||||
# title = "Homepage"
|
||||
# url = "https://example.com/home"
|
||||
|
||||
# default footer links can also be removed by adding a matching section here without an URL
|
||||
# [[footer_links]]
|
||||
# [[header_links]]
|
||||
# title = "Source Repository"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue