theme/layouts/partials/footer.html

10 lines
285 B
HTML
Raw Normal View History

2018-03-18 23:02:48 +00: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>