Use a dynamic year on template layouts

This commit is contained in:
Seth Vargo 2014-10-22 08:59:47 -04:00
parent 2f529d47e7
commit aece5e409b
2 changed files with 2 additions and 2 deletions

View File

@ -341,7 +341,7 @@
<div class="row">
<h6 class="legal">
&#169; 2013 HashiCorp
Copyright &copy; <%= Time.now.year %> HashiCorp
</h6>
</div> <!-- row -->
</div> <!-- container -->

View File

@ -91,7 +91,7 @@
<div class="row">
<h6 class="legal">
&#169; 2013 HashiCorp
Copyright &copy; <%= Time.now.year %> HashiCorp
</h6>
</div> <!-- row -->
</div> <!-- container -->