From 35a94694094a0c27993966411b202338621b839c Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 14 Jul 2018 20:27:51 +0200 Subject: [PATCH] Fixed a bad div close --- layouts/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index f7b8921..4a746c5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -36,8 +36,9 @@

Actix is blazingly fast. Don't take our word for it -- see for yourself!

-
-
+
+
+
{{ highlight `extern crate actix_web; use actix_web::{server, App, HttpRequest, Responder};