aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-07-05 19:57:17 +0530
committerPriyansh <[email protected]>2021-07-05 19:57:17 +0530
commit9d28b217ae6d0428fe34bc8e343ca9a0cb9d3bfb (patch)
treeba0d2bdf9443758779ce502843980822e98b8de0 /_includes
parentc111b8dad4461e4366bf245254bfce20a5976edf (diff)
downloadluciferreeves.github.io-9d28b217ae6d0428fe34bc8e343ca9a0cb9d3bfb.tar.xz
luciferreeves.github.io-9d28b217ae6d0428fe34bc8e343ca9a0cb9d3bfb.zip
Added custom footer
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html5
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>
+ &copy; <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