Add guestbook to index aside, add template for widgets, add more 88x31.

This commit is contained in:
天クマ 2026-07-05 16:50:26 -03:00
commit c929984d81
24 changed files with 113 additions and 15 deletions

14
site/guestbook.njk Normal file
View 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>