The next thing I want to do today is removing the Powered By Jekyll & Minimal Mistakes. from the page footer.

  1. Copy _includes/footer.html from the Minimal Mistakes theme repository into your own site’s _includes/ folder (create it if it doesn’t exist).
  2. Edit your local copy of _includes/footer.html:
    <div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} <a href="{{ site.copyright_url | default: site.url }}">{{ site.copyright | default: site.title }}</a>.</div>

Tags:

Categories:

Updated: