Move modal to end of layout document
This commit is contained in:
parent
ce86bea317
commit
ff1790746e
1 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,6 @@
|
|||
|
||||
|
||||
<body>
|
||||
{{ partial "extras-modal" . }}
|
||||
<div class="container-fluid">
|
||||
<div class="row wrapper min-vh-100 flex-column flex-sm-row">
|
||||
<aside class="col-12 col-md-3 p-0 bg-dark flex-shrink-1">
|
||||
|
@ -163,6 +162,7 @@
|
|||
</main>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
{{ $fontawesome := resources.Get "scripts/fa-icons.js" | js.Build "js/fontawesome.js" | minify | fingerprint }}
|
||||
<script src="{{ $fontawesome.Permalink }}"></script>
|
||||
|
@ -189,5 +189,7 @@
|
|||
async
|
||||
src="//gc.zgo.at/count.js"
|
||||
></script>
|
||||
|
||||
{{ partial "extras-modal" . }}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue