Skip to content

Commit 811e351

Browse files
authored
Add forums link under Resources dropdown (#64)
* Add forums link under Resources dropdown This commits adds PyTorch Forums link to resources dropdown
1 parent f022718 commit 811e351

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_includes/main_menu.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
<span class=dropdown-title>About</span>
5555
<p>Learn about PyTorch’s features and capabilities</p>
5656
</a>
57+
<a class="nav-dropdown-item" href="{{ site.external_urls.discuss }}" target="_blank">
58+
<span class=dropdown-title>Forums</span>
59+
<p>A place to discuss PyTorch code, issues, install, research</p>
60+
</a>
5761
</div>
5862
</div>
5963
</li>

0 commit comments

Comments
 (0)