Skip to content

Commit c2a7128

Browse files
authored
it was broken (#56)
date was messed up dawg, that was cringe lgtm ship it
1 parent d1b7f1a commit c2a7128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="border-top py-4 bg-light">
22
<div class="text-muted text-center">
3-
<p>© <script>document.write(new Date().getFullYear())</script> OSU Security Club.</p>
3+
<p>© <script>document.write(new Date().getFullYear())</script> OSU Security Club.</p>
44
<p>
55
Contact us at:
66
<a href="mailto:{{ .Site.Params.emailAddr }}" class="text-reset text-decoration-none fw-bold">

0 commit comments

Comments
 (0)