update for performance

This commit is contained in:
gurusabarish
2020-10-12 09:26:15 +05:30
parent a7a01c2788
commit 9255ec161a
14 changed files with 83 additions and 103 deletions
+3 -17
View File
@@ -2,29 +2,15 @@
<html lang="en">
<head>
{{- partial "head.html" . -}}
<title>{{- .Site.Title -}}</title>
<meta name="description" content="{{ .Site.Params.description }}" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ .Site.Params.googleanalytics }}"></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">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=PT+Serif&display=swap" rel="stylesheet">
<meta name="description" content="{{ .Site.Params.description }}">
{{ template "_internal/google_analytics.html" . }}
{{- partial "head.html" . -}}
</head>
<body>