The next thing I want to do today is removing the Powered By Jekyll & Minimal Mistakes. from the page footer.
Override the default footer
- Copy
_includes/footer.htmlfrom the Minimal Mistakes theme repository into your own site’s_includes/folder (create it if it doesn’t exist). - Edit your local copy of
_includes/footer.html:
<div class="page__footer-copyright">© {{ site.time | date: '%Y' }} <a href="{{ site.copyright_url | default: site.url }}">{{ site.copyright | default: site.title }}</a>.</div>