Skip to content

Commit 4f6f84e

Browse files
committed
Added dynamic current year
Assuming this supports Ruby, which it seems like it does
1 parent 95bc830 commit 4f6f84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/foot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer id="footer">
22
<div class="inner container">
3-
<p>&copy; codeRIT 2014 All Rights Reserved</p>
3+
<p>&copy; codeRIT {{ Date.current.year }} All Rights Reserved</p>
44
</div>
55
</footer>
66
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

0 commit comments

Comments
 (0)