main page shenanigans; added dateUpdate attribute to blog posts; updated banner to display them
This commit is contained in:
@@ -8,6 +8,7 @@ export async function load({ params }) {
|
||||
const content = post.default;
|
||||
const title: string = postValues?.title ?? "";
|
||||
const date: string = postValues?.date ?? "";
|
||||
const dateUpdated: string = postValues?.dateUpdated ?? "";
|
||||
const time: string = postValues?.time ?? "";
|
||||
const banner: string = postValues?.banner ?? "";
|
||||
const description: string = postValues?.description ?? "";
|
||||
@@ -17,6 +18,7 @@ export async function load({ params }) {
|
||||
title,
|
||||
banner,
|
||||
date,
|
||||
dateUpdated,
|
||||
time,
|
||||
tag,
|
||||
description,
|
||||
|
||||
Reference in New Issue
Block a user