Move popover to the end of the page
The popover script doesn’t ever start in until the DOM has finished Loading, so wait for the script to be downloaded and parsed before Showing the content to the user makes no sense.
This commit is contained in:
parent
7e0f2e4449
commit
7f6523337c
@ -19,6 +19,7 @@
|
|||||||
</article>
|
</article>
|
||||||
{{partial "contact.html" .}}
|
{{partial "contact.html" .}}
|
||||||
</div>
|
</div>
|
||||||
|
{{partial "popover.html" .}}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
</article>
|
</article>
|
||||||
{{partial "footer.html" .}}
|
{{partial "footer.html" .}}
|
||||||
|
{{partial "popover.html" .}}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
</article>
|
</article>
|
||||||
{{partial "contact.html" .}}
|
{{partial "contact.html" .}}
|
||||||
</div>
|
</div>
|
||||||
|
{{partial "popover.html" .}}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
</article>
|
</article>
|
||||||
{{partial "contact.html" .}}
|
{{partial "contact.html" .}}
|
||||||
</div>
|
</div>
|
||||||
|
{{partial "popover.html" .}}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
{{- .Content -}}
|
{{- .Content -}}
|
||||||
</article>
|
</article>
|
||||||
{{partial "footer.html" .}}
|
{{partial "footer.html" .}}
|
||||||
|
{{partial "popover.html" .}}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -43,4 +43,3 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
{{ partial "popover.html" .}}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user