diff options
| -rw-r--r-- | _includes/footer.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index d9ede3f..75bfd51 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,9 @@ <footer> <span> - © <time datetime="{{ site.time }}">{{ site.time | date: '%Y' }}</time>, that computer scientist. This website is <a href="https://github.com/luciferreeves/luciferreeves.github.io">Open Source</a> on GitHub. Built using <a href="https://jekyllrb.com">Jekyll</a>. Site design by <a href="https://github.com/chesterhow">chesterhow</a>. Theme: <a href="https://github.com/chesterhow/tale">Tale</a>. Hosted by <a href="https://pages.github.com">GitHub Pages.</a> + © <time datetime="{{ site.time }}">{{ site.time | date: '%Y' }}</time>, that computer scientist. + <br> + View <a href="https://github.com/luciferreeves/luciferreeves.github.io">Source Code</a> on GitHub. Jekyll Theme and Design: <a href="https://github.com/chesterhow/tale">Tale</a> by Chester How. + <br> + Proudly hosted by <a href="https://pages.github.com">GitHub Pages.</a> </span> </footer> |
