Skip to content

Commit

Permalink
docs: add dynamic time to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Jan 3, 2018
1 parent 945d047 commit db0b325
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

<div class="row">
<div class="col-md-6 col-sm-6">
<p style="line-height: 51px;">Copyright &copy; 2017 Frank Schröder. All right reserved</p>
<p style="line-height: 26px;">
Copyright &copy; {{ now.Format "2006"}} Frank Schröder. All right reserved.
</br>
Last updated on {{ now.Format "2 Jan 2006 15:04"}}
</p>
</div>
<div class="col-md-6 col-sm-6">
<ul class="footer-menu">
Expand Down

0 comments on commit db0b325

Please sign in to comment.