diff --git a/about.html b/about.html index 32570df..91a1281 100644 --- a/about.html +++ b/about.html @@ -35,7 +35,6 @@
X / Twitter / however it is called now
- diff --git a/img/stamp_waifuism_life.png b/img/stamp_waifuism_life.png new file mode 100644 index 0000000..251dffa Binary files /dev/null and b/img/stamp_waifuism_life.png differ diff --git a/index.html b/index.html index 5aa1820..d2405e9 100644 --- a/index.html +++ b/index.html @@ -27,11 +27,11 @@ - + --> diff --git a/js/comic_footer.js b/js/comic_footer.js index 599f77a..9e05920 100644 --- a/js/comic_footer.js +++ b/js/comic_footer.js @@ -2,8 +2,8 @@ //at the bottom of your page, but before the js script calls and the closing body tag, put an empty div with a class of "writeFooter" document.querySelector(".writeFooter").innerHTML = ` diff --git a/js/comic_header.js b/js/comic_header.js index 1cd427c..023d24b 100644 --- a/js/comic_header.js +++ b/js/comic_header.js @@ -5,10 +5,10 @@ document.querySelector(".writeHeader").innerHTML = ` `; \ No newline at end of file diff --git a/js/comic_show.js b/js/comic_show.js index 8965751..57b8c97 100644 --- a/js/comic_show.js +++ b/js/comic_show.js @@ -17,7 +17,7 @@ writePageTitle(".writePageTitle", true, " - "); //write title of page. true/fals writePageClickable(".writePageClickable",true); //show the current page. to toggle whether pages can be clicked to move to the next one, set this to true or false. -writeAuthorNotes(".writeAuthorNotes"); +/* writeAuthorNotes(".writeAuthorNotes"); */ keyNav(); //enables navigation through the comic with the arrow keys and WSAD. It doesn't need a div with a class name, it automatically works. delete or comment out (add // at the beginning) here to disable. @@ -47,11 +47,11 @@ function writePageTitle(div,toggleNum, char) { } } -function writeAuthorNotes(div) { //display author notes +/* function writeAuthorNotes(div) { //display author notes if (pgData.length >= pg) { return document.querySelector(div).innerHTML = `${pgData[pg-1].authorNotes}` } -} +} */ //function used to split pages into multiple images if needed, and add alt text function writePage() { diff --git a/lore.html b/lore.html index 4ef2b71..1ea30a1 100644 --- a/lore.html +++ b/lore.html @@ -54,7 +54,8 @@Mascot of the waifuism.life website.
-Doesn't like being asked too much stuff, friends with Blueberry Hotcake.
+Doesn't like being asked too much stuff.
+Friends with Blueberry Hotcake (Who?).