Integrated with google analytics.

This commit is contained in:
Sourav Badami 2022-07-15 23:27:22 +05:30
parent 1969ea2645
commit f95914625e

View file

@ -9,6 +9,10 @@
{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
{{ if .Site.GoogleAnalytics }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}
{{ $resources := slice -}}
{{ $resources = $resources | append (resources.Get "css/main.css") -}}