« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--album/ancestral/album.txt2
-rw-r--r--upd8.js3
2 files changed, 3 insertions, 2 deletions
diff --git a/album/ancestral/album.txt b/album/ancestral/album.txt
index f5dd6fe4..dd6eec2f 100644
--- a/album/ancestral/album.txt
+++ b/album/ancestral/album.txt
@@ -477,7 +477,7 @@ URLs:
 - https://unofficialmspafans.bandcamp.com/track/vwigor8us
 Commentary:
     <i>Llyona Fang:</i>
-    A deep and lively dancing tune in 6/8 and 5/4 time, containing excerpts of [[Wind-Up Storm]] by Llyona Fang (me) and [[Doctor]] by Buzinkai.
+    A deep and lively dancing tune in 6/8 and 5/4 time, containing excerpts of [[Wind-up Storm]] by Llyona Fang (me) and [[Doctor]] by Buzinkai.
     <i>Donomon:</i>
     Here's my finished art, I went pretty literal, and tried to capture more of a 'falling in love/good times' feel that the upbeat music inspired. There's some hints of their conflict, Mindfang's hair is engulfing and overwhelming, Duelscar's possessive embrace is being held at a distance.
 -------------------------------------------------------------------------------
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) {
             <head>
                 ${[
                     `<meta charset="utf-8">`,
+                    `<meta name="viewport" content="width=device-width, initial-scale=1">`,
                     (titleOrHead.split('\n').length && !titleOrHead.includes('<title>')) ? `<title>${titleOrHead}</title>` : titleOrHead,
                     directory !== C.SITE_DIRECTORY &&
                     directory !== '.' &&