about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-05-22T16·56+0200
committerVincent Ambo <github@tazj.in>2018-05-22T18·44+0200
commit69583b1236fd329cdc223f2d2a52ff313269d1d1 (patch)
treef7613e7f5b8ab41b76bd16f243bddf478003fbb6 /src/main.rs
parent94d5e02bb3672db49e4fa2590eab8b7e58440f61 (diff)
refactor(templates): Move thread page template to Askama
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index c68b75229f41..3c533515bfb0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -142,7 +142,6 @@ fn start_renderer() -> Addr<Syn, Renderer> {
     tera.add_raw_templates(vec![
         ("post.html", include_str!("../templates/post.html")),
         ("search.html", include_str!("../templates/search.html")),
-        ("thread.html", include_str!("../templates/thread.html")),
     ]).expect("Could not compile templates");
 
     let comrak = comrak::ComrakOptions{