Merge pull request #4685 from mitchellh/sethvargo/dynamic_year

website: Use a dynamic year on template layouts
This commit is contained in:
Mitchell Hashimoto 2014-10-22 16:40:40 -07:00
commit 2f24b196c4
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 -->