10 lines
294 B
HTML
10 lines
294 B
HTML
<footer>
|
|
<p>{{ .Site.Params.copyright | default "© All rights reserved. Powered by [Hugo](https://gohugo.io) and [Minimal](https://github.com/calintat/minimal)." | markdownify }}</p>
|
|
</footer>
|
|
|
|
{{ partial "body-close" . }}
|
|
|
|
</body>
|
|
|
|
</html>
|