-
42 |
-
43 |
44 |
45 | {humanize(author)} 46 | 47 |
48 | -
49 |
50 | { 51 | categories.map((category: string, index: number) => ( 52 | 53 | {humanize(category)} 54 | {index !== categories.length - 1 && ","} 55 | 56 | )) 57 | } 58 |
59 | -
60 |
61 | {dateFormat(date)} 62 |
63 |
Tags :
70 |-
71 | {
72 | tags.map((tag: string) => (
73 |
- 74 | 78 | {humanize(tag)} 79 | 80 | 81 | )) 82 | } 83 |