diff options
author | Aaron Ball <nullspoon@oper.io> | 2019-09-24 22:55:13 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2019-09-24 22:55:13 -0600 |
commit | 9bb2f6843dbff1fe1a3fafc21875fd9d32d4d881 (patch) | |
tree | 9a71983d64b42951384079e2959ed9d1fe836902 /res | |
parent | 744be358fa5663c1d64da29001613a71d5295620 (diff) | |
download | oper.io-9bb2f6843dbff1fe1a3fafc21875fd9d32d4d881.tar.gz oper.io-9bb2f6843dbff1fe1a3fafc21875fd9d32d4d881.tar.xz |
footer: fix matomo placement
Was causing issues with rendering the footer of the page a certain
spacing above the bottom of the browser window which didn't look great.
Diffstat (limited to 'res')
-rw-r--r-- | res/footer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/footer.html b/res/footer.html index f06dcda..d054834 100644 --- a/res/footer.html +++ b/res/footer.html @@ -1,6 +1,9 @@ </div> <!-- body-content --> </div> <!-- body-wrapper --> +<!-- Matomo Image Tracker--> +<img src="https://oper.io/analytics/piwik.php?idsite=5&rec=1" style="border:0" alt="" /> +<!-- End Matomo --> <div id="footer"> <a href="https://creativecommons.org/licenses/by-sa/4.0/"> <img src="/files/cc-sharealike-88x31.png" /> @@ -14,8 +17,5 @@ by Aaron Ball <nullspoon@oper.io>. </p> </div> -<!-- Matomo Image Tracker--> -<img src="https://oper.io/analytics/piwik.php?idsite=5&rec=1" style="border:0" alt="" /> -<!-- End Matomo --> </body> </html> |