diff options
Diffstat (limited to 'src/handlers/mod.rs')
| -rw-r--r-- | src/handlers/mod.rs | 1 |
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 { |
