Skip to content

Commit 4e0c6f1

Browse files
committed
Merge pull request #26 from codeRIT/copy-fix
Copyright Improvements
2 parents 9a1b39d + 4f6f84e commit 4e0c6f1

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)