jekyll current time (when you run the jekyll command)

This commit is contained in:
David Joos 2013-01-29 09:27:13 +00:00
parent c87f664391
commit df99e39213

View file

@ -46,11 +46,7 @@
</div>
<footer>
<script type="text/javascript">
var currentTime = new Date();
</script>
<p>&copy; {{ site.author.name }} <script type="text/javascript">document.write(currentTime.getFullYear());</script>
<p>&copy; {{ site.author.name }} {{ site.time | date: '%Y' }}
with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
</p>