We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bd3c7 commit a2e14e4Copy full SHA for a2e14e4
layouts/partials/footer.html
@@ -1,6 +1,6 @@
1
<p>
2
- © Copyright licensed under the <a href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a>.
+ © Copyright licensed under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY-SA 4.0</a>.
3
{{ if .GitInfo }}
4
- Revision <a href="https://github.com/Lemon73-Computing/lemon73-computing.github.io/commit/{{ .GitInfo.Hash }}">{{ .GitInfo.AbbreviatedHash }}</a>.
+ Revision <a href="https://github.com/Lemon73-Computing/lemon73-computing.github.io/commit/{{ .GitInfo.Hash }}" target="_blank">{{ .GitInfo.AbbreviatedHash }}</a>.
5
{{ end }}
6
</p>
0 commit comments