footer.html 312 B

123456789
  1. <footer class="footer">
  2. <div>
  3. &copy; {{ site.time | date: '%Y' }} {{ site.user.name }}.
  4. Powered by <a href="http://jekyllrb.com" target="_blank">Jekyll</a>.
  5. Get this theme
  6. <a href="https://github.com/EinHungerkuenstler/EinHungerkuenstler.github.io" target="_blank">here</a>.
  7. </div>
  8. </footer>