Skip to content

Commit

Permalink
Add 'Last updated' timestamp to sidebar footer
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 14, 2017
1 parent b497a5d commit af2be47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h1 class="header">{{ site.data.package.name }}</h1>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
<p><small><em>Last updated: {{ 'now' | date: "%Y-%m-%d %H:%M" }}</em></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
Expand Down

0 comments on commit af2be47

Please sign in to comment.