|
|
|
@ -52,6 +52,19 @@ const { title, description, thumbnail, pageTags } = Astro.props
|
|
|
|
})
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script is:inline>
|
|
|
|
|
|
|
|
window.goatcounter = {
|
|
|
|
|
|
|
|
path(p) {
|
|
|
|
|
|
|
|
return location.host + p
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<script
|
|
|
|
|
|
|
|
is:inline
|
|
|
|
|
|
|
|
async
|
|
|
|
|
|
|
|
src="//analytics.phc.dm.unipi.it/count.js"
|
|
|
|
|
|
|
|
data-goatcounter="https://analytics.phc.dm.unipi.it/count"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<title>{title}</title>
|
|
|
|
<title>{title}</title>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body class:list={typeof pageTags === 'string' ? [pageTags] : pageTags}>
|
|
|
|
<body class:list={typeof pageTags === 'string' ? [pageTags] : pageTags}>
|
|
|
|
|