diff --git a/index.html b/index.html index 5484a9a..5b4b4b7 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,6 @@ rel="stylesheet" /> -
diff --git a/js/app.js b/js/app.js index 5e64bb4..7126174 100644 --- a/js/app.js +++ b/js/app.js @@ -80,12 +80,16 @@ if (typeof window !== 'undefined') { plausibleScript.src = 'https://plausible.canine.tools/js/pa-dCMvQpiD1-AJmi8o3xviO.js'; document.head.appendChild(plausibleScript); - window.plausible = window.plausible || function () { - (window.plausible.q = window.plausible.q || []).push(arguments); - }; - window.plausible.init = window.plausible.init || function (i) { - window.plausible.o = i || {}; - }; + window.plausible = + window.plausible || + function () { + (window.plausible.q = window.plausible.q || []).push(arguments); + }; + window.plausible.init = + window.plausible.init || + function (i) { + window.plausible.o = i || {}; + }; window.plausible.init(); }