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
14
site/guestbook.njk
Normal file
14
site/guestbook.njk
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
pagination:
|
||||
data: i18n
|
||||
size: 1
|
||||
alias: langKey
|
||||
permalink: "/{{ langKey }}/guestbook/index.html"
|
||||
layout: iframe.njk
|
||||
title: Adrian Victor:Guestbook
|
||||
headerLink: social
|
||||
---
|
||||
<main>
|
||||
<p>{{ i18n[langKey].guestbookWarning | safe }}</p>
|
||||
<button id="guestbookConfirmButton" onClick="window.location.href = 'https://iframe.chat/embed?chat=17048300'">Load</button>
|
||||
</main>
|
||||
Loading…
Reference in a new issue