From d87951fcb75cac9a13cb8613420c16675f6e50e2 Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 4 Jun 2020 15:33:11 -0300 Subject: zoom to 100% scale by default on mobile devices --- upd8.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'upd8.js') diff --git a/upd8.js b/upd8.js index a5904231..88539887 100644 --- a/upd8.js +++ b/upd8.js @@ -1,7 +1,7 @@ // HEY N8RDS! // // This is one of the 8ACKEND FILES. It's not used anywhere on the actual site -// you are might 8e using right now. +// you are pro8a8ly using right now. // // Specifically, this one does all the actual work of the music wiki. The // process looks something like this: @@ -698,6 +698,7 @@ async function writePage(directoryParts, titleOrHead, body) { ${[ ``, + ``, (titleOrHead.split('\n').length && !titleOrHead.includes('')) ? `<title>${titleOrHead}` : titleOrHead, directory !== C.SITE_DIRECTORY && directory !== '.' && -- cgit 1.3.0-6-gf8a5