fix: move footer scripts to footer template

This commit is contained in:
Vivek R 2019-06-19 15:37:55 +05:30
parent 6e8c99627b
commit d7cda6ee77
2 changed files with 5 additions and 4 deletions

View File

@ -38,9 +38,5 @@
</div>
</div>
{{ partial "footer.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
{{- with .Site.Params.Social -}}
<script>feather.replace()</script>
{{- end -}}
</body>
</html>

View File

@ -3,3 +3,8 @@
<div><a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="gohugo.io">Hugo</a></div>
</nav>
</div>
{{ template "_internal/google_analytics_async.html" . }}
{{- with .Site.Params.Social -}}
<script>feather.replace()</script>
{{- end -}}