fix: move footer scripts to footer template
This commit is contained in:
parent
c3b42e321b
commit
20cc3193f6
@ -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>
|
||||||
|
@ -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 -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user