Generate Index

This commit is contained in:
Nathan McCarty 2025-02-05 03:26:39 -05:00
parent d861c7ef87
commit c59c266ee1
4 changed files with 115 additions and 12 deletions

View file

@ -13,3 +13,6 @@ has Str:D $.tagline is required is rw;
#| The id of the placeholder post
has Int:D $.placeholder-id is rw = 0;
#| The id of the about post
has Int:D $.about-id is rw = 0;