Separate footer and fixed expiry date #46

Merged
ldr merged 12 commits from separate-footer into main 2026-03-17 19:48:48 +01:00
3 changed files with 13 additions and 13 deletions
Showing only changes of commit 358f031830 - Show all commits

Rename footer links in config to header links (in config files)

- also comment out test links in dev config
Lukas Drescher 2026-03-13 23:13:50 +01:00

View file

@ -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"

View file

@ -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"

View file

@ -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"