mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: remove Home navigation item in favor of back link
This commit is contained in:
@@ -22,7 +22,7 @@ const title = 'AI Art';
|
||||
const description = 'This is a collection of AI art pieces I’ve created with Stable Diffusion.';
|
||||
---
|
||||
|
||||
<GridLayout title={title} description={description} grid="wide" class="grid" innerGrid>
|
||||
<GridLayout title={title} description={description} grid="wide" backLink="/" class="grid" innerGrid>
|
||||
<PageTitle grid="wide" innerGrid>AI Art</PageTitle>
|
||||
|
||||
<article
|
||||
|
||||
Reference in New Issue
Block a user