Here’s my code for the footer.html:
<footer class="footer">
<div class="container footer__container flex">
{{ partial "footer_links.html" . }}
<div class="footer__copyright">
© {{ now.Format "2006" }} {{ .Site.Params.copyright | default .Site.Title }}
<!-- <span class="footer__copyright-credits">{{ T "footer_credits" | safeHTML }}</span> -->
</div>
</div>
</footer>
Now, the file “terms.md” is in the content/ folder.
“footer.html” is in themes/mainroad/layouts/partials