jekyll current time (when you run the jekyll command)
This commit is contained in:
parent
c87f664391
commit
df99e39213
1 changed files with 1 additions and 5 deletions
|
@ -46,11 +46,7 @@
|
|||
</div>
|
||||
|
||||
<footer>
|
||||
<script type="text/javascript">
|
||||
var currentTime = new Date();
|
||||
</script>
|
||||
|
||||
<p>© {{ site.author.name }} <script type="text/javascript">document.write(currentTime.getFullYear());</script>
|
||||
<p>© {{ 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue