Make the method to define image pages more generic

This commit is contained in:
Zoey 2023-05-28 14:30:43 -07:00
parent e755173d39
commit b5d44862a2
6 changed files with 427 additions and 292 deletions

View file

@ -1,6 +1,7 @@
mod builder;
mod images;
mod link_list;
mod resource;
#[cfg(feature = "serve")]
pub mod serving;
mod util;