Fetch Mastodon posts only on production.
This commit is contained in:
parent
c929984d81
commit
8a2c269d26
4 changed files with 7 additions and 3 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue