aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/PostMeta
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | I change the name in graphql endpoint, so I decided to repercute this change here.
* 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
| | | | | By using pseudo elements instead of background with padding, it is easier to control the look of posts header.
* 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
| | | | | I also fix the load more button position since I removed the margin auto.
* 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