From ad9aa4176fb4f468de1bf67ea9cfc0d3d45092b1 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Fri, 19 Nov 2021 02:21:31 +0100 Subject: [PATCH] add Cactus Comments --- content/guestbook/_index.de.md | 10 ++++++++++ content/guestbook/_index.en.md | 10 ++++++++++ layouts/shortcodes/chat.html | 13 +++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 content/guestbook/_index.de.md create mode 100644 content/guestbook/_index.en.md create mode 100644 layouts/shortcodes/chat.html diff --git a/content/guestbook/_index.de.md b/content/guestbook/_index.de.md new file mode 100644 index 0000000..c9863a0 --- /dev/null +++ b/content/guestbook/_index.de.md @@ -0,0 +1,10 @@ +--- +title: Gästebuch +description: Öffentliches Gästebuch +menu: "main" +weight: 50 +#date: 2021-11-19 +translationKey: "guestbook" +--- + +{{< chat guestbook >}} diff --git a/content/guestbook/_index.en.md b/content/guestbook/_index.en.md new file mode 100644 index 0000000..0fe4550 --- /dev/null +++ b/content/guestbook/_index.en.md @@ -0,0 +1,10 @@ +--- +title: Guestbook +description: Public Guestbook +menu: "main" +weight: 50 +#date: 2021-11-19 +translationKey: "guestbook" +--- + +{{< chat guestbook >}} diff --git a/layouts/shortcodes/chat.html b/layouts/shortcodes/chat.html new file mode 100644 index 0000000..aad1872 --- /dev/null +++ b/layouts/shortcodes/chat.html @@ -0,0 +1,13 @@ + + +
+