Enable Google Analytics in index.html
Signed-off-by: hossainemruz <emruz@appscode.com>
This commit is contained in:
parent
47a070b45f
commit
769fdea9b8
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
<link rel="stylesheet" href="/assets/css/projects.css" />
|
||||
<link rel="stylesheet" href="/assets/css/recent-posts.css" />
|
||||
<link rel="stylesheet" href="/assets/css/achievements.css" />
|
||||
|
||||
<!-- Add Google Analytics if enabled in configuration -->
|
||||
{{ if .Site.GoogleAnalytics }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
{{ end }}
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#top-navbar" data-offset="50">
|
||||
<!--- NAVBAR ------------------------->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue