Skip to content

Commit a103b8c

Browse files
committed
Footer: add a link back to "Home"
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 10c86c2 commit a103b8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

layouts/partials/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<footer>
22
<div class="content">
33
<ul class="list-unstyled">
4+
{{- if ne "home" .Kind }}
5+
<li><a href="./index.html">Home</a></li>
6+
{{- end }}
47
<li><a{{ if eq "home" .Kind }} style="font-weight:bold"{{end}} href="https://github.com/git-for-windows/git/wiki/FAQ" target="_blank">FAQ</a></li>
58
<li><a href="https://github.com/git-for-windows/git" target="_blank">Repository</a></li>
69
<li><a href="https://github.com/git-for-windows/git/discussions/" target="_blank">Discussions</a></li>

0 commit comments

Comments
 (0)