Hendrik Langer
3 years ago
3 changed files with 33 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
--- |
||||
|
title: Gästebuch |
||||
|
description: Öffentliches Gästebuch |
||||
|
menu: "main" |
||||
|
weight: 50 |
||||
|
#date: 2021-11-19 |
||||
|
translationKey: "guestbook" |
||||
|
--- |
||||
|
|
||||
|
{{< chat guestbook >}} |
@ -0,0 +1,10 @@ |
|||||
|
--- |
||||
|
title: Guestbook |
||||
|
description: Public Guestbook |
||||
|
menu: "main" |
||||
|
weight: 50 |
||||
|
#date: 2021-11-19 |
||||
|
translationKey: "guestbook" |
||||
|
--- |
||||
|
|
||||
|
{{< chat guestbook >}} |
@ -0,0 +1,13 @@ |
|||||
|
<script type="text/javascript" src="https://chat.xd0.de/_cactus/cactus.js"></script> |
||||
|
<link rel="stylesheet" href="https://chat.xd0.de/_cactus/style.css" type="text/css" /> |
||||
|
<div id="comment-section"></div> |
||||
|
<script> |
||||
|
initComments({ |
||||
|
node: document.getElementById("comment-section"), |
||||
|
defaultHomeserverUrl: "https://xd0.de", |
||||
|
serverName: "xd0.de", |
||||
|
siteName: "h3ndrik.de", |
||||
|
commentSectionId: "{{ index .Params 0 }}", |
||||
|
guestPostingEnabled: true |
||||
|
}) |
||||
|
</script> |
Loading…
Reference in new issue