brainbaking/themes/brainbaking-minimal/layouts/partials/footer.html

12 lines
338 B
HTML

<footer>
<p class="copyright text-muted">{{ .Site.Params.copyright | default "&copy; All rights reserved. Powered by [Hugo](https://gohugo.io) and [Minimal](https://github.com/calintat/minimal)" | markdownify }}</p>
</footer>
<script src="/js/lazysizes.min.js" async></script>
</body>
</html>