import { MetaKind } from '@ts/types/app'; import { ThematicPreview } from '@ts/types/taxonomies'; import Link from 'next/link'; import { useIntl } from 'react-intl'; import { MetaItem } from '..'; const Thematics = ({ list, kind, }: { list: ThematicPreview[]; kind: MetaKind; }) => { const intl = useIntl(); const getThematics = () => { return list.map((thematic) => { return ( {thematic.title} ); }); }; return ( ); }; export default Thematics; nge='this.form.submit();'> The frontend of my personal website.Armand Philippot
aboutsummaryrefslogtreecommitdiffstats
path: root/public/prism/prism-sqf.js
blob: 616acc2622dc760c7fceb196655142d535d33876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37