summaryrefslogtreecommitdiffstats
path: root/src/components/PostMeta
Commit message (Expand)AuthorAgeFilesLines
* fix(meta): display full meta if posts count equal zeroArmand Philippot2022-03-071-1/+1
* refactor: split posts meta into smaller componentsArmand Philippot2022-03-012-227/+30
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-2/+2
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-29/+89
* chore: wrap dates with time tagArmand Philippot2022-01-251-28/+33
* chore: add reading time in posts metaArmand Philippot2022-01-251-2/+32
* chore: display total found posts in page metaArmand Philippot2022-01-251-9/+22
* refactor: rename all subject occurrences into topicArmand Philippot2022-01-231-10/+10
* feat: implement dark modeArmand Philippot2022-01-171-1/+1
* chore(meta): add a link to comments on single post pagesArmand Philippot2022-01-161-1/+8
* chore(meta): display subjects instead of thematics on Thematic pagesArmand Philippot2022-01-111-3/+28
* refactor(styles): use css grid to stylize post headerArmand Philippot2022-01-101-1/+0
* chore: add article header stylesArmand Philippot2022-01-071-2/+2
* refactor: reuse PostMeta components on single articles/pagesArmand Philippot2022-01-062-47/+106
* chore: replace read more link with ButtonLink componentArmand Philippot2021-12-291-0/+1
* chore: display featuredImage and meta on posts listArmand Philippot2021-12-161-0/+17
* chore: create post meta view for posts listsArmand Philippot2021-12-161-0/+79