all repos — archive/homestead @ e4e26ceca7bfe60185082748c54f7ccd30746350

My future indieweb platform

fix: fix combination of layout and page templates

Alan Pearce
commit

e4e26ceca7bfe60185082748c54f7ccd30746350

parent

ab46e976f5bd9414d95a5f3a9441481d10453710

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
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(); }