diff --git a/content/kontakt.md b/content/kontakt.md index 88e2482..70d674a 100644 --- a/content/kontakt.md +++ b/content/kontakt.md @@ -7,21 +7,9 @@ draft: false # Kontakt ## per E-Mail im Ticket Sytem +Sende uns hier direkt eine Nachricht. Wir antworten so schnell es geht: - - - - - +{{< ticket >}} ## Community Treffen diff --git a/themes/hugo_ff_theme/layouts/partials/footer.html b/themes/hugo_ff_theme/layouts/partials/footer.html index 68eeaf8..0c2e98f 100644 --- a/themes/hugo_ff_theme/layouts/partials/footer.html +++ b/themes/hugo_ff_theme/layouts/partials/footer.html @@ -1,5 +1,4 @@ - diff --git a/themes/hugo_ff_theme/layouts/partials/head.html b/themes/hugo_ff_theme/layouts/partials/head.html index dceeb79..2534ff1 100644 --- a/themes/hugo_ff_theme/layouts/partials/head.html +++ b/themes/hugo_ff_theme/layouts/partials/head.html @@ -5,4 +5,5 @@ {{.Title}} + \ No newline at end of file diff --git a/themes/hugo_ff_theme/layouts/shortcodes/ticket.html b/themes/hugo_ff_theme/layouts/shortcodes/ticket.html new file mode 100644 index 0000000..7cc148e --- /dev/null +++ b/themes/hugo_ff_theme/layouts/shortcodes/ticket.html @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file