footer.html 398 B

12345678910
  1. <footer class="footer">
  2. <div>
  3. &copy; {{ site.time | date: '%Y' }} {{ site.user.name }}.
  4. Powered by <a href="https://directory.fsf.org/wiki/Jekyll" target="_blank">Jekyll</a>.
  5. Get this theme
  6. <a href="https://notabug.org/myrcy/Catbook_Mirror" target="_blank">here</a>.
  7. <a href="https://notabug.org/myrcy/myrcy.net" target="_blank"> myrcy.net source code</a>.
  8. </div>
  9. </footer>