Merge pull request #4685 from mitchellh/sethvargo/dynamic_year
website: Use a dynamic year on template layouts
This commit is contained in:
commit
2f24b196c4
|
@ -341,7 +341,7 @@
|
|||
|
||||
<div class="row">
|
||||
<h6 class="legal">
|
||||
© 2013 HashiCorp
|
||||
Copyright © <%= Time.now.year %> HashiCorp
|
||||
</h6>
|
||||
</div> <!-- row -->
|
||||
</div> <!-- container -->
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
<div class="row">
|
||||
<h6 class="legal">
|
||||
© 2013 HashiCorp
|
||||
Copyright © <%= Time.now.year %> HashiCorp
|
||||
</h6>
|
||||
</div> <!-- row -->
|
||||
</div> <!-- container -->
|
||||
|
|
Loading…
Reference in New Issue