From 7c8f9108ffddc602de16b0d66210dee001586a59 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 5 May 2015 17:38:13 -0700 Subject: pyblog: implement preview Also tweaked icons a bit. Note that this commit doesn't really work: I implemented a "stoppable HTTP Server" here to be stopped when "mother process" receives SIGINT (i.e., KeyboardInterrupt), without realizing that all porcesses get SIGINT. Therefore, the custom server is hardly needed. See http://git.io/vJ9yA for more information. (This implementation has some value tought, that's why I'm committing to keep it in history.) --- templates/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/template.html b/templates/template.html index de507642..fe32073c 100644 --- a/templates/template.html +++ b/templates/template.html @@ -36,7 +36,7 @@ $endfor$