Fetch Mastodon posts only on production.

This commit is contained in:
天クマ 2026-07-05 18:58:28 -03:00
commit 8a2c269d26
4 changed files with 7 additions and 3 deletions

View file

@ -10,5 +10,5 @@ headerLink: social
---
<main>
<p>{{ i18n[langKey].guestbookWarning | safe }}</p>
<button id="guestbookConfirmButton" onClick="window.location.href = 'https://iframe.chat/embed?chat=17048300'">Load</button>
<button id="guestbookConfirmButton" onClick="window.location.href = 'https://iframe.chat/embed?chat=17048300'" style="margin-top: auto;">Load</button>
</main>