fixed twitter img
This commit is contained in:
parent
1f8d5ea5ce
commit
4121121ed7
27
index.html
27
index.html
@ -39,7 +39,7 @@
|
|||||||
name="twitter:description"
|
name="twitter:description"
|
||||||
content="The NEW DESIGN CONGRESS x RECLAIMFUTURES present a livestream series about subcultures building livelihoods in spite of platform exploitation."
|
content="The NEW DESIGN CONGRESS x RECLAIMFUTURES present a livestream series about subcultures building livelihoods in spite of platform exploitation."
|
||||||
/>
|
/>
|
||||||
<meta name="twitter:image" content="static/meta.png" />
|
<meta name="twitter:image" content="https://i.ibb.co/vcyKrKw/twitter.jpg" />
|
||||||
|
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
@ -59,17 +59,22 @@
|
|||||||
<script src="./index.js"></script>
|
<script src="./index.js"></script>
|
||||||
<!-- Matomo -->
|
<!-- Matomo -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _paq = window._paq = window._paq || [];
|
var _paq = (window._paq = window._paq || [])
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
_paq.push(['trackPageView']);
|
_paq.push(['trackPageView'])
|
||||||
_paq.push(['enableLinkTracking']);
|
_paq.push(['enableLinkTracking'])
|
||||||
(function() {
|
;(function() {
|
||||||
var u="https://data.undersco.re/";
|
var u = 'https://data.undersco.re/'
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
_paq.push(['setTrackerUrl', u + 'matomo.php'])
|
||||||
_paq.push(['setSiteId', '5']);
|
_paq.push(['setSiteId', '5'])
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
var d = document,
|
||||||
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
g = d.createElement('script'),
|
||||||
})();
|
s = d.getElementsByTagName('script')[0]
|
||||||
|
g.type = 'text/javascript'
|
||||||
|
g.async = true
|
||||||
|
g.src = u + 'matomo.js'
|
||||||
|
s.parentNode.insertBefore(g, s)
|
||||||
|
})()
|
||||||
</script>
|
</script>
|
||||||
<!-- End Matomo Code -->
|
<!-- End Matomo Code -->
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user