mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-04 04:25:28 +00:00
feat: add title and description to all pages
This commit is contained in:
@@ -45,7 +45,7 @@ const seriesEntries = await getCollection('journal', ({ data }) => {
|
||||
seriesEntries.sort(sortByDate).reverse();
|
||||
|
||||
const title = entry.data.title;
|
||||
const description = '…';
|
||||
const description = entry.data.description;
|
||||
---
|
||||
|
||||
<GridLayout title={title} description={description} grid="fullsize" innerGrid backLink="/journal/">
|
||||
|
||||
Reference in New Issue
Block a user