@@ 45,14 45,14 @@
% endif
% endfor
</head>
-<body>
- <%block name="stuff"/>
- ## a cheap way to differentiate serve from build, it's preferred to inject this in
- ## the responses that serve() sends but modifying the http server to do that is kind
- ## of nasty, this is a temporary (tm) hack but it kind of sucks because command line
- ## config changes specified with -c don't trigger rebuilds
- % if not SITE.url:
- <%include file="partials/hot.html"/>
- % endif
+<body>\
+<%block name="stuff"/>\
+## a cheap way to differentiate serve from build, it's preferred to inject this in
+## the responses that serve() sends but modifying the http server to do that is kind
+## of nasty, this is a temporary (tm) hack but it kind of sucks because command line
+## config changes specified with -c don't trigger rebuilds
+% if not SITE.url:
+<%include file="partials/hot.html"/>
+% endif
</body>
</html>