feat: Change article list on homepage to be simply date and title

This commit is contained in:
Alexis Fourmaux 2025-12-23 21:24:00 +01:00
parent 776defa40d
commit bb4dc4b1a5
4 changed files with 53 additions and 2 deletions

View file

@ -2,6 +2,7 @@
@use 'theme';
@use 'shortcodes/callout';
@use 'parts/anchor';
@use 'parts/articles-index';
@use 'parts/articles';
@use 'parts/index';
@use 'parts/code';