all repos โ€” archive/homestead @ 4df9074e0fc8db381d94fb4680a5d7dee3d096de

My future indieweb platform

fix: add page title to header

Alan Pearce
commit

4df9074e0fc8db381d94fb4680a5d7dee3d096de

parent

5eb982dc5b8c4853931bdfa3b216c35720dd8b98

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

changed files
M test/app.test.js โ†’ test/app.test.js
@@ -34,6 +34,7 @@ .expect(200)
.expect(/^<!DOCTYPE html>/) .then(parseResponse) .then($ => { + t.is($("head > title").text(), "This is a test ยท " + config.site.title); t.is($("article h1").text(), "This is a test"); t.is( $("article p").text(),