add analytics
This commit is contained in:
parent
31761f73ea
commit
06d80718f2
@ -160,8 +160,11 @@ const Comment = ({post_id}) => {
|
|||||||
</Base>
|
</Base>
|
||||||
```
|
```
|
||||||
|
|
||||||
i put ```Math.random()``` as post_id to make gatsby load the script again everytime you visit the page
|
i put ```Math.random()``` as post_id to make gatsby load the script again
|
||||||
|
everytime you visit the page
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
well that's it for now, later i will add about jenkins and prometheus setup on my scuffed server.
|
well that's it for now, later i will add about jenkins and prometheus setup
|
||||||
I just want to post this shit man i haven't post anything for 3 decades man, it's hard to be [consistent](https://typesense.org/blog/the-unreasonable-effectiveness-of-just-showing-up-everyday/) man
|
on my scuffed server.
|
||||||
|
I just want to post this shit man i haven't post anything for 3 decades man,
|
||||||
|
it's hard to be [consistent](https://typesense.org/blog/the-unreasonable-effectiveness-of-just-showing-up-everyday/) man
|
||||||
|
@ -35,6 +35,7 @@ const SEO: FC<seoType> = (props) => {
|
|||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta name="twitter:creator" content={site.siteMetadata.author} />
|
<meta name="twitter:creator" content={site.siteMetadata.author} />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"/>
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"/>
|
||||||
|
<script async src="http://anal.nochill.in/script.js" data-website-id="33946759-3b3c-4f30-843e-abd8b437efd3"></script>
|
||||||
{props.children}
|
{props.children}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user