fix: move footer scripts to footer template

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

View File

@ -38,9 +38,5 @@
</div> </div>
</div> </div>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
{{- with .Site.Params.Social -}}
<script>feather.replace()</script>
{{- end -}}
</body> </body>
</html> </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> <div><a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="gohugo.io">Hugo</a></div>
</nav> </nav>
</div> </div>
{{ template "_internal/google_analytics_async.html" . }}
{{- with .Site.Params.Social -}}
<script>feather.replace()</script>
{{- end -}}