Update card and content pages layout

This commit is contained in:
Hazem Krimi
2021-09-04 23:05:30 +01:00
parent bed28f8248
commit 5d0f99d18d
10 changed files with 89 additions and 26 deletions
+1
View File
@@ -11,6 +11,7 @@ interface Props {
title: string;
author: string;
description: string;
image?: string;
slug: string;
date: string;
tags?: string[];