title tag

This commit is contained in:
GURU SABARISH
2020-10-11 20:55:43 +05:30
committed by GitHub
parent 7599139b45
commit ece0b02e39
+2 -2
View File
@@ -3,7 +3,7 @@
<head>
{{- partial "head.html" . -}}
<title>{{ .Title }}</title>
<title>{{- .Site.Title -}}</title>
<meta name="description" content="{{ .Site.Params.description }}" />
<!-- Global site tag (gtag.js) - Google Analytics -->
@@ -40,4 +40,4 @@
{{- partial "scripts.html" . -}}
</body>
</html>
</html>