7 lines
209 B
HTML
7 lines
209 B
HTML
|
{{ if .Site.GoogleAnalytics }}
|
||
|
<!-- Google Analytics -->
|
||
|
{{ template "_internal/google_analytics_async.html" . }}
|
||
|
{{ end }}
|
||
|
{{ partial "footer/font-awesome-js.html" . }}
|
||
|
{{ partial "footer/custom.html" . }}
|