diff --git a/assets/icons/mail.svg b/assets/icons/mail.svg new file mode 100644 index 0000000..6b7897c --- /dev/null +++ b/assets/icons/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/kontakt/_index.md b/content/kontakt/_index.md new file mode 100644 index 0000000..348d4e5 --- /dev/null +++ b/content/kontakt/_index.md @@ -0,0 +1,10 @@ +--- +title: Kontakt +menu: + main: + weight: 5 + params: + icon: mail +--- + +Du willst uns eine Frage stellen, ein Thema vorschlagen oder einen Artikel einreichen? Schreib uns eine Nachricht über das Formular! \ No newline at end of file diff --git a/content/page/about.md b/content/page/about.md index 31e6de4..75904fb 100644 --- a/content/page/about.md +++ b/content/page/about.md @@ -8,7 +8,7 @@ tags: show-in-menu: true menu: main: - weight: 3 + weight: 4 params: icon: users-group --- diff --git a/layouts/kontakt/list.html b/layouts/kontakt/list.html new file mode 100644 index 0000000..2542999 --- /dev/null +++ b/layouts/kontakt/list.html @@ -0,0 +1,78 @@ +{{ define "main" }} +
+
+ + {{ partial "article/components/header" . }} +
{{ .Content | safeHTML }}
+
+
+ + +
+

+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ +

+
+ +{{ partial "article/components/footer" . }} + {{ partialCached "footer/footer" . }} +{{ end }}