Add GoatCounter

This commit is contained in:
invinciblycool 2020-06-18 16:27:34 +05:30
parent a164096464
commit 7dd9e4b11f
2 changed files with 8 additions and 4 deletions

View File

@ -26,3 +26,6 @@ url = ""
[[profiles]]
name = "LinkedIn"
url = ""
[[analytics]]
code = ""

View File

@ -10,7 +10,7 @@
<table>
{{ range .Site.Data.personalize.profiles }}
{{ partial "profile_link.html" . }}
{{ partial "profile_link.html" . }}
{{ end }}
<tr>
{{ if ne .Site.Data.personalize.Resume "" }}
@ -42,8 +42,9 @@
<h3><a href="posts/">View all posts</a></h3>
</div>
{{ if ne .Site.Data.personalize.analytics.code ""}}
<script data-goatcounter="{{ .Site.Data.personalize.analytics.code }}" async src="//gc.zgo.at/count.js"></script>
{{ end }}
</body>
</html>