all repos — archive/homestead @ 3d70c97f2b6dc79244f067ca95535ac8c4f0f63b

My future indieweb platform

Add site description

Alan Pearce
commit

3d70c97f2b6dc79244f067ca95535ac8c4f0f63b

parent

cff6bcc31d59ce9957567cc05c1ed7e364fb40ca

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M src/responders.jssrc/responders.js
@@ -66,6 +66,7 @@ function layout(config, pageTitle, pageElement) {
return hyperfast(templates.layout, { title: title(config.author.name, pageTitle), ".h-card .p-name": config.author.name, + ".h-card .p-note": config.site.description, ".h-card .u-photo": { alt: config.author.name, src: config.author.photo