for some reason the localised bootstrap was always called in the middle of the document. i never did that. must be the theme im using.
This commit is contained in:
parent
0e088fd49b
commit
5069d71b94
|
@ -47,8 +47,6 @@
|
||||||
<p>I am a teenager that is interested in technology, and computer science (more so the software development part)!</p>
|
<p>I am a teenager that is interested in technology, and computer science (more so the software development part)!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Bootstrap core JS-->
|
|
||||||
<script src="js/bootstrap.bundle.min.js"></script>
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HTWD2BNXJ6"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HTWD2BNXJ6"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -53,8 +53,6 @@
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Bootstrap core JS-->
|
|
||||||
<script src="js/bootstrap.bundle.min.js"></script>
|
|
||||||
<!-- Core theme JS-->
|
<!-- Core theme JS-->
|
||||||
<script src="js/scripts.js"></script>
|
<script src="js/scripts.js"></script>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
|
Loading…
Reference in New Issue