Skip to content

Commit 52836e7

Browse files
authored
Merge pull request #12 from hex333ham/dev
1.1.2 - Repaired GitHub Footer Link Target
2 parents 65d6915 + 6ff87fd commit 52836e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2 class="title is-3 is-family-secondary has-text-weight-normal">Page Not Found
9898
<footer class="footer has-background-black has-text-white">
9999
<div class="content has-text-centered">
100100
<p>To save me a lot of time, this website has been hand-crafted using the wonderful <a href="https://bulma.io/" target="_blank">Bulma CSS Class Framework</a>.</p>
101-
<p>You can browse the code and releases on <a href="https://github.com/hex333ham/hex333ham.github.io">GitHub</a>.</p>
101+
<p>You can browse the code and releases on <a target="_blank" href="https://github.com/hex333ham/hex333ham.github.io">GitHub</a>.</p>
102102
<p>&copy; 2025 Connor Graham. All rights reserved.</p>
103103
</div>
104104
</footer>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ <h3 class="subtitle"><i class="fa-brands fa-unity mr-2"></i> Game Development</h
331331
</a>
332332
</p>
333333
<p>To save me a lot of time, this website has been hand-crafted using the wonderful <a href="https://bulma.io/" target="_blank">Bulma CSS Class Framework</a>.</p>
334-
<p>You can browse the code and releases on <a href="https://github.com/hex333ham/hex333ham.github.io">GitHub</a>.</p>
334+
<p>You can browse the code and releases on <a target="_blank" href="https://github.com/hex333ham/hex333ham.github.io">GitHub</a>.</p>
335335
<p>&copy; 2025 Connor Graham. All rights reserved.</p>
336336
</div>
337337
</footer>

0 commit comments

Comments
 (0)