This commit is contained in:
gurusabarish
2020-09-24 11:58:02 +05:30
parent b4681b5856
commit 7f4cac91ec
9 changed files with 106 additions and 103 deletions
+14
View File
@@ -7,8 +7,22 @@
<head>
{{- partial "head.html" . -}}
<meta name="description" content="{{ .Site.Params.description }}" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167646412-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', '{{ .Site.Params.googleanalytics }}');
</script>
<!-- stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/index.css">