diff --git a/src/layouts/PhotoLayout.astro b/src/layouts/PhotoLayout.astro
index da1296f..29202d5 100644
--- a/src/layouts/PhotoLayout.astro
+++ b/src/layouts/PhotoLayout.astro
@@ -6,6 +6,8 @@ import type { Locale } from '../utils/i18n';
interface Props {
title?: string;
description?: string;
+ ogType?: string;
+ article?: { publishedTime?: string; tags?: string[] };
enableScroll?: boolean;
lang?: Locale;
}
@@ -13,6 +15,8 @@ interface Props {
const {
title = "Galerie Photo - Jalil Arfaoui",
description = "Portfolio photo de Jalil Arfaoui. Portraits, paysages, cultures, musique, nature.",
+ ogType,
+ article,
enableScroll = false,
lang = 'fr',
} = Astro.props;
@@ -24,7 +28,7 @@ const {
{title}
-
+