aboutsummaryrefslogtreecommitdiff
path: root/src/handlers/mod.rs
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2023-01-05 16:14:29 -0500
committerXe Iaso <me@christine.website>2023-01-05 16:14:29 -0500
commit9e8c900e151c5e0637630b8fecb334314e52a2cc (patch)
tree5333ed338c7480dcf0501a304a4a3657076c3c09 /src/handlers/mod.rs
parent51bd2d03837cab9ee97d81a5f6cf5ebde6adb4c2 (diff)
downloadxesite-authors.tar.xz
xesite-authors.zip
first attempt at multiple author supportauthors
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'src/handlers/mod.rs')
-rw-r--r--src/handlers/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs
index 7284ec9..48a1b60 100644
--- a/src/handlers/mod.rs
+++ b/src/handlers/mod.rs
@@ -16,6 +16,7 @@ pub mod api;
pub mod blog;
pub mod feeds;
pub mod gallery;
+pub mod json_ld;
pub mod talks;
fn weekday_to_name(w: Weekday) -> &'static str {