Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
    var u="https://matomo.mintarc.com/matomo/";
    _paq.push(['setTrackerUrl', u+'matomo.php']);
    _paq.push(['setSiteId', '3']); // Replace '3' with your actual site ID
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();


$(document).ready(function() {
    var imageUrl = 'https://mintarc.com/img/logo_with_name.png'; // URL of your image
    var imgElement = $('<img>').attr('src', imageUrl).css({
        'display': 'block',           // Ensure it's a block-level element
        'margin': '0 auto',            // Center horizontally
        'max-width': '200px',           // Adjust as needed
        'max-height': '50px'            // Adjust as needed
    });
  $('.skin-minerva .header-chrome').append(imgElement);
});