deno.land / x / lume@v2.1.4 / tests / assets / metas / _data.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export const metas = { site: "My site", title: "My title", description: (data) => data.excerpt?.toUpperCase(), image: "/my-image.png", icon: "/my-icon.png", robots: false, keywords: [ "one", "two", ], twitter: "@myUser", lang: "gl", color: "black", generator: "Lume testing",};
lume

Version Info

Tagged at
7 months ago