Skip to content

Commit 3e505c8

Browse files
authored
dont worry about it (fixing error that I thought I fixed last PR but its only working client side) (#57)
* it was broken date was messed up dawg, that was cringe lgtm ship it * it works client side? at some point casey is gonna kill me for all these terrible pr messages but whatever Jake said lgtm and gave me a physical thumbs up and a skittle
1 parent c2a7128 commit 3e505c8

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>&nbsp;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)