Updated php includes. Don't think this is the best way since it requires a php request for content.
Would like to look at static site generation and see if that can work with the login system.
This commit is contained in:
@ -1,14 +1,5 @@
|
||||
<footer>
|
||||
<p>© Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
|
||||
<div class="container">
|
||||
<p>© Quartznet 2020 <a href="/quartznet/policy">Policy</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Google analytics -->
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-120787474-1');
|
||||
</script>
|
||||
|
||||
<script src="/quartznet/assets/js/jquery-3.4.1.min.js" defer></script>
|
||||
<script src="/quartznet/assets/js/bootstrap.bundle.min.js" defer></script>
|
||||
|
Reference in New Issue
Block a user