mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: update job title
This commit is contained in:
@@ -34,7 +34,7 @@ const allPosts = await getCollection('journal', ({ data }: JournalType) => !data
|
||||
const formattedLatest = formatPosts(allPosts, { limit: 6 });
|
||||
|
||||
const title = 'Stefan Imhoff';
|
||||
const description = 'Web UI Engineer from Hamburg, Germany';
|
||||
const description = 'Web Developer from Hamburg, Germany';
|
||||
|
||||
const rssPosts = await Astro.glob('../content/journal/**/*.mdx');
|
||||
rssPosts.sort(sortMarkdownByDate);
|
||||
|
||||
Reference in New Issue
Block a user