Skip to content

Commit 8486aa5

Browse files
authored
Merge pull request numpy#69 from numpy/gsod-newsite
Navbar - Language tab - Help us to translate button added
2 parents bd7de95 + 1ad5c7f commit 8486aa5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

layouts/partials/navbar-clone.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
</a>
9292

9393
{{- end }}
94+
95+
<a href="https://crowdin.com/project/numpyorg"
96+
id="navbar-item" class="navbar-item" target="_blank">
97+
Help us to translate
98+
</a>
9499
</div>
95100
</div>
96101
{{- end }}

layouts/partials/navbar.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
</a>
8989

9090
{{- end }}
91+
<a href="https://crowdin.com/project/numpyorg"
92+
id="navbar-item" class="navbar-item" target="_blank">
93+
Help us to translate
94+
</a>
9195
</div>
9296
</div>
9397
{{- end }}

0 commit comments

Comments
 (0)