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:
Gitea
2020-02-25 10:04:37 -05:00
parent 775805808e
commit d18b7b7273
4 changed files with 44 additions and 127 deletions

View File

@ -1,14 +1,5 @@
<footer>
<p>&copy; Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
<div class="container">
<p>&copy; 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>