Files
pawol.nu/app/sipote/layout.js
T
2026-05-12 21:27:23 +04:00

39 lines
1.0 KiB
JavaScript

export const metadata = {
title: 'PAWÒL-NU | Soutenir ORGANISATION KA INTERNATIONALE !',
description: 'Vous pouvez nous soutenir via Liberapay ou PayPal',
openGraph: {
title: 'PAWÒL-NU | Soutenir ORGANISATION KA INTERNATIONALE !',
description: 'Vous pouvez nous soutenir via Liberapay ou PayPal.',
url: 'https://pawol.nu/sipote',
siteName: 'PAWÒL-NU | Paroles et traductions.',
images: [
{
url: 'https://pawol.nu/sipote.png',
width: 500,
height: 500
}
],
locale: 'fr_FR',
type: 'website'
},
twitter: {
site: '@OrganisationKA',
card: 'summary_large_image',
title: 'PAWÒL-NU | Soutenir ORGANISATION KA INTERNATIONALE !',
description: 'Vous pouvez nous soutenir via Liberapay ou PayPal.',
creator: '@OrganisationKA',
images: {
url: 'https://pawol.nu/sipote.png',
alt: 'Sipòte OKI',
},
}
}
export default async function SipoteLayout({children}) {
return (
<section>
{children}
</section>
)
}