detail view, linked list, layout tweaks
This commit is contained in:
@@ -9,7 +9,9 @@ const { title = "Just a title", description = "Adescription" } = Astro.props;
|
||||
<Head {title} {description} />
|
||||
<body>
|
||||
<Navigation />
|
||||
<slot />
|
||||
<div class="container max-w-4xl mx-auto p-4">
|
||||
<slot />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user