diff options
| author | Priyansh <[email protected]> | 2021-07-05 19:57:17 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-07-05 19:57:17 +0530 |
| commit | 9d28b217ae6d0428fe34bc8e343ca9a0cb9d3bfb (patch) | |
| tree | ba0d2bdf9443758779ce502843980822e98b8de0 /_includes | |
| parent | c111b8dad4461e4366bf245254bfce20a5976edf (diff) | |
| download | luciferreeves.github.io-9d28b217ae6d0428fe34bc8e343ca9a0cb9d3bfb.tar.xz luciferreeves.github.io-9d28b217ae6d0428fe34bc8e343ca9a0cb9d3bfb.zip | |
Added custom footer
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/footer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..57a7f8b --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,5 @@ +<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> and is built using <a href="https://jekyllrb.com">Jekyll</a>. + </span> +</footer>
\ No newline at end of file |
