Skip to content

Commit b2f6853

Browse files
committed
Switched from ruby to jekyll year
My assumptions were incorrect
1 parent 4e0c6f1 commit b2f6853

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 {{ Date.current.year }} All Rights Reserved</p>
3+
<p>&copy; codeRIT {{ site.time | date: '%Y' }} 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)