Footer Section
<!-- Custom Breakpoint From Will-Myers.com -->
<!-- makes the mobile view wider when used with some css -->
<script src="https://cdn.jsdelivr.net/gh/willmyethewebsiteguy/customBreakpoint@1.1/customBreakpoint.min.js"></script>
<!-- Auto Update Footer Year -->
<style>footer a[href="#[date]"]{background:none!important;text-decoration:none;pointer-events:none!important;color:currentColor!important;}</style>
<script>(function(){var footerYear=document.querySelector('footer a[href="#[date]"]');footerYear.innerHTML = "";footerYear.appendChild(document.createTextNode(new Date().getFullYear()));})();</script>
<!-- end Auto Update Footer Year -->