mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
chore: add description for Journal index page
This commit is contained in:
@@ -19,7 +19,7 @@ const uniqueTags = [...new Set(formattedAllPosts.map((entry) => entry.data.tags)
|
||||
uniqueTags.sort((a, b) => a.localeCompare(b));
|
||||
|
||||
const title = 'Journal';
|
||||
const description = '…';
|
||||
const description = 'I am writing essays about various topics in this Journal.';
|
||||
---
|
||||
|
||||
<GridLayout title={title} description={description} grid="wide" class="grid" innerGrid>
|
||||
|
||||
Reference in New Issue
Block a user