Remove redundant comment

This commit is contained in:
rylim 2021-10-24 17:40:46 -07:00
parent 83c15f888f
commit 60b2371bb1

View file

@ -288,7 +288,6 @@ async function buildSite() {
const notFoundTemplate = swig.compileFile(
path.join( sitePath, 'templates', '404.html' )
);
// writePage( '404.html', '<html><h1>Test Custom 404</h1></html>' );
writePage( '404.html', notFoundTemplate( {
notFoundStyles
} ) );