From 2dd837dd0e99960cda0e6e8ed0cbe51aa6ba0a94 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 30 Jan 2024 21:12:52 +0100 Subject: [PATCH] Added new Ticket System in Kontakt Page --- content/kontakt.md | 16 ++-------------- .../hugo_ff_theme/layouts/partials/footer.html | 1 - themes/hugo_ff_theme/layouts/partials/head.html | 1 + .../hugo_ff_theme/layouts/shortcodes/ticket.html | 14 ++++++++++++++ 4 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 themes/hugo_ff_theme/layouts/shortcodes/ticket.html 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 -- 2.45.2