| 1 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> | 
| 2 | <title>$title</title> | 
| 3 | <meta name="title" content="$title"/> | 
| 4 | <meta name="description" content="$description"/> | 
| 5 | <meta property="og:site_name" content="Josh Stockin"/> | 
| 6 | <meta property="og:title" content="$title"/> | 
| 7 | <meta property="og:description" content="$description"/> | 
| 8 | <meta property="og:type" content="website"/> | 
| 9 | <meta property="og:image" content="/static/favicon.png"/> | 
| 10 | <meta property="og:url" content="https://joshstock.in$permalink"/> | 
| 11 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 
| 12 |  | 
| 13 | <!-- Matomo --> | 
| 14 | <script> | 
| 15 | var _paq = window._paq = window._paq || []; | 
| 16 | /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ | 
| 17 | _paq.push(['trackPageView']); | 
| 18 | _paq.push(['enableLinkTracking']); | 
| 19 | (function() { | 
| 20 | var u="//analytics.joshstock.in/"; | 
| 21 | _paq.push(['setTrackerUrl', u+'matomo.php']); | 
| 22 | _paq.push(['setSiteId', '1']); | 
| 23 | var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; | 
| 24 | g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); | 
| 25 | })(); | 
| 26 | </script> | 
| 27 | <!-- End Matomo Code --> | 
| 28 |  |