Skip to content

Commit

Permalink
Update contact.fsx
Browse files Browse the repository at this point in the history
closes #27
  • Loading branch information
Freymaurer authored Jan 22, 2025
1 parent 177e04d commit 058f868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/sections/contact.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let generate (ctx : SiteContents) (_: string) =
div [Class "container"] [
div [] [
h3 [] [ !! "Contact" ]
a [Href "https://www.bio.uni-kl.de/biologie-in-kaiserslautern/"] [!!"Faculty"]
a [Href "https://bio.rptu.de/kontakt"] [!!"Faculty"]
a [Href "http://www.uni-kl.de/impressum/"] [!!"Impressum"]
a [Href "http://www.uni-kl.de/datenschutzerklaerung/"] [!!"Datenschutz"]
]
Expand Down

0 comments on commit 058f868

Please sign in to comment.