diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-15 21:33:55 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-15 21:33:55 -0400 |
commit | 944ba749c1f7ce257fa41118f2e10aaf934a8723 (patch) | |
tree | 7eeb6f4cbfb52111095a52a02ea6e537c34bc0b2 /src/views.rs | |
parent | a3d2f7dcf1268d914121728f741a0974bba8ebe2 (diff) | |
download | carpentertutoring-944ba749c1f7ce257fa41118f2e10aaf934a8723.tar.xz carpentertutoring-944ba749c1f7ce257fa41118f2e10aaf934a8723.zip |
feat: k12 content, card formatting, begin style changes
Diffstat (limited to 'src/views.rs')
-rw-r--r-- | src/views.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views.rs b/src/views.rs index cb58813..e9f1951 100644 --- a/src/views.rs +++ b/src/views.rs @@ -1,6 +1,7 @@ pub mod about; pub mod brochure; pub mod index; +pub mod k12; pub mod policies; pub mod post; pub mod posts; |