noah.is/themes/noah/layouts/partials/footer.html

9 lines
270 B
HTML

<div class="container px-4">
<div class="notification is-dark has-text-centered has-text-grey smaller my-4 py-3">
Copyright &copy; {{ now.Format "2006"}} Noah Petherbridge.
All rights reserved.
</div>
</div>
<script src="/js/bulma.js"></script>