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 10c86c2 commit a103b8cCopy full SHA for a103b8c
layouts/partials/footer.html
@@ -1,6 +1,9 @@
1
<footer>
2
<div class="content">
3
<ul class="list-unstyled">
4
+ {{- if ne "home" .Kind }}
5
+ <li><a href="./index.html">Home</a></li>
6
+ {{- end }}
7
<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>
8
<li><a href="https://github.com/git-for-windows/git" target="_blank">Repository</a></li>
9
<li><a href="https://github.com/git-for-windows/git/discussions/" target="_blank">Discussions</a></li>
0 commit comments