diff --git a/content/contact/index.en.md b/content/contact/index.en.md new file mode 100755 index 0000000..3252f26 --- /dev/null +++ b/content/contact/index.en.md @@ -0,0 +1,7 @@ +--- +title: Contact +--- + +## Contact + +Would you like to contact us? Drop us a mail at welcome@peakscale.ch. \ No newline at end of file diff --git a/content/contact/index.md b/content/contact/index.md new file mode 100755 index 0000000..b260b55 --- /dev/null +++ b/content/contact/index.md @@ -0,0 +1,7 @@ +--- +title: Kontakt +--- + +## Kontakt + +Möchtest du uns kontaktieren? Schreib uns eine Mail an welcome@peakscale.ch. diff --git a/hugo.toml b/hugo.toml index 25bf35b..3d1107e 100755 --- a/hugo.toml +++ b/hugo.toml @@ -30,6 +30,11 @@ identifier = "team" name = "Team" pageRef = "/team" weight = 4 +[[languages.de.menus.main]] +identifier = "contact" +name = "Kontakt" +pageRef = "/contact" +weight = 5 [languages.en] languageCode = "en-en" @@ -58,6 +63,11 @@ identifier = "team" name = "Team" pageRef = "/team" weight = 4 +[[languages.en.menus.main]] +identifier = "contact" +name = "Contact" +pageRef = "/contact" +weight = 5 [params] logo = "/images/logos/peakscale.svg"