Skip to content

Commit a2e14e4

Browse files
feat: open footer links in a new tab for improved accessibility
1 parent c3bd3c7 commit a2e14e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>
2-
© Copyright licensed under the <a href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a>.
2+
© Copyright licensed under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY-SA 4.0</a>.
33
{{ if .GitInfo }}
4-
Revision <a href="https://github.com/Lemon73-Computing/lemon73-computing.github.io/commit/{{ .GitInfo.Hash }}">{{ .GitInfo.AbbreviatedHash }}</a>.
4+
Revision <a href="https://github.com/Lemon73-Computing/lemon73-computing.github.io/commit/{{ .GitInfo.Hash }}" target="_blank">{{ .GitInfo.AbbreviatedHash }}</a>.
55
{{ end }}
66
</p>

0 commit comments

Comments
 (0)