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

10 lines
285 B
HTML
Raw Normal View History

2020-05-27 20:35:46 +02:00
<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>
</body>
</html>