Update footer.ejs

This commit is contained in:
Klemek
2019-06-26 15:07:32 +02:00
committed by GitHub
parent 1341aa5a56
commit 7a4a4f9006
+2 -2
View File
@@ -1,6 +1,6 @@
<hr>
<footer>
<small><a href="/rss">RSS feed</a> - @<%= new Date().getFullYear() %> - Made with <a
<small><a href="/rss">RSS feed</a> - <%= new Date().getFullYear() %> - Made with <a
href="https://github.com/klemek/gitblog.md">GitBlog.md</a> (v<%= info.version %>)
</small>
</footer>
</footer>