Skip to content

Commit

Permalink
Add footer date
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe A Moreira committed Dec 29, 2019
1 parent bbd7503 commit 1da2dff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<footer>
<div id="footer">
<div class="container">
<p class="text-muted">&copy; All rights reserved. Powered by <a href="https://gohugo.io/">Hugo</a>
<p class="text-muted">
&copy;
{{ now.Format "2006" }}
All rights reserved
</div>
</div>
</footer>
Expand Down

0 comments on commit 1da2dff

Please sign in to comment.