all repos — archive/homestead @ e4e26ceca7bfe60185082748c54f7ccd30746350

My future indieweb platform

fix: fix combination of layout and page templates
Alan Pearce alan@alanpearce.eu
Sat, 01 Jul 2017 13:30:41 +0200
commit

e4e26ceca7bfe60185082748c54f7ccd30746350

parent

ab46e976f5bd9414d95a5f3a9441481d10453710

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/responders.jssrc/responders.js
@@ -50,7 +50,7 @@ "body > header .u-photo": {       alt: config.site.author.name,
       src: config.site.author.photo
     },
-    "body > main": pageElement
+    "body > main": pageElement.outerHTML
   }).outerHTML.trim();
 }