tags are now displayed in banner; adjusted sizing of elements in banner

This commit is contained in:
2026-04-02 16:15:02 +02:00
parent f932793b62
commit 83c6732b3a
4 changed files with 34 additions and 11 deletions

View File

@@ -15,10 +15,12 @@
<Content>
<Banner2
title="{data.title}"
subtitle="{data.subtitle}"
date="{data.date}"
dateUpdated="{data.dateUpdated}"
banner="{data.banner}"
bannerAlt="Banner for blog post '{data.title}'" />
bannerAlt="Banner for blog post '{data.title}'"
tags={data.tags} />
<TableOfContents />