about summary refs log tree commit diff
path: root/templates/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/src/lib.rs')
-rw-r--r--templates/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/src/lib.rs b/templates/src/lib.rs
index 0f9f7c6..194a837 100644
--- a/templates/src/lib.rs
+++ b/templates/src/lib.rs
@@ -10,6 +10,7 @@ mod mf2;
 pub use mf2::{Entry, Feed, Food, VCard, POSTS_PER_PAGE};
 pub mod admin;
 pub mod assets;
+pub mod themes;
 
 #[cfg(test)]
 mod tests {