🧹 Cleaning up more after guestbook-refactor
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
e4b7f7631b
commit
192801348f
3 changed files with 1 additions and 88 deletions
|
@ -1,11 +1,9 @@
|
|||
---
|
||||
import SectionContainer from '../components/SectionContainer.astro';
|
||||
import guestbook from '../data/guestbook.json';
|
||||
const visitors = guestbook["visitors"];
|
||||
---
|
||||
|
||||
<SectionContainer>
|
||||
<main class="flex flex-col flex-1">
|
||||
<main>
|
||||
<iframe src="https://guestbooks.meadow.cafe/guestbook/593" width="100%" height="1500" frameborder="0"></iframe>
|
||||
</main>
|
||||
</SectionContainer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue