Add guestbook to index aside, add template for widgets, add more 88x31.
This commit is contained in:
parent
338bdadd76
commit
c929984d81
24 changed files with 113 additions and 15 deletions
7
site/_includes/widgets/chattable.html
Normal file
7
site/_includes/widgets/chattable.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<script src="https://iframe.chat/scripts/main.min.js"></script>
|
||||
<iframe src="{{ ('/' ~ langKey ~ '/guestbook') | url }}" id="chattable"></iframe>
|
||||
<script>
|
||||
chattable.initialize({
|
||||
theme: "moderno"
|
||||
});
|
||||
</script>
|
||||
Loading…
Reference in a new issue