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 (
{children}
) }