aboutsummaryrefslogtreecommitdiff
path: root/src/handlers/mod.rs
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-07-16 17:22:44 -0400
committerXe Iaso <me@xeiaso.net>2023-07-16 17:22:44 -0400
commitcab6efd92701f53dd41c5dbdf4d14651d78ad8d6 (patch)
tree40455d2ec4632bc10fb781fbcdfad6753f97cee9 /src/handlers/mod.rs
parent2b7d1f0f864fbdca242ce5714c7977de495bed03 (diff)
downloadxesite-xedium.tar.xz
xesite-xedium.zip
xedium groundworkxedium
Signed-off-by: Xe Iaso <me@xeiaso.net>
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 dba9275..01811e3 100644
--- a/src/handlers/mod.rs
+++ b/src/handlers/mod.rs
@@ -18,6 +18,7 @@ pub mod feeds;
pub mod gallery;
pub mod streams;
pub mod talks;
+pub mod tailwind;
fn weekday_to_name(w: Weekday) -> &'static str {
use Weekday::*;