add lead to news articles
This commit is contained in:
@ -55,6 +55,9 @@ export default async function Page({ params }: { params: { slug: string } }) {
|
||||
Nyhet — {formatDate(news.firstPublishedAt, "d. MMMM yyyy")}
|
||||
</p>
|
||||
<h1 className="news-title">{news.title}</h1>
|
||||
{news.lead && (
|
||||
<p className="lead" dangerouslySetInnerHTML={{ __html: news.lead }} />
|
||||
)}
|
||||
{featuredImage && (
|
||||
<ImageFigure
|
||||
src={featuredImage.url}
|
||||
|
Reference in New Issue
Block a user