Skip to content

Commit

Permalink
fix date format in doc footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Hurt authored Jan 23, 2020
1 parent a67f88b commit 235f01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="col-md-6 col-sm-6">
<p style="line-height: 26px;">
Copyright &copy; 2006 - 2020 Frank Schröder. All right reserved.</br>
Copyright &copy; 2020 - {{ now.Format "2020" }} Education Networks of America. All right reserved.</br>
Copyright &copy; 2020 - {{ now.Format "2006" }} Education Networks of America. All right reserved.</br>
Last updated on {{ now.Format "2 Jan 2006 15:04"}}
</p>
</div>
Expand Down

0 comments on commit 235f01f

Please sign in to comment.