about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
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 c68b75229f..3c533515bf 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{