blog
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user