Skip to content

Commit fea583d

Browse files
authored
Add anchor to community module under Resources dropdown (#65)
* Add anchor to community module under Resources dropdown
1 parent 811e351 commit fea583d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_includes/main_menu.html

+4
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.baseurl }}/#community-module">
58+
<span class=dropdown-title>Community</span>
59+
<p>Join the PyTorch developer community to contribute, learn, and get your questions answered.</p>
60+
</a>
5761
<a class="nav-dropdown-item" href="{{ site.external_urls.discuss }}" target="_blank">
5862
<span class=dropdown-title>Forums</span>
5963
<p>A place to discuss PyTorch code, issues, install, research</p>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h4>{{ item.title }}</h4>
9898
{% endfor %}
9999
</div>
100100

101-
<div class="row">
101+
<div id="community-module" class="row">
102102
<div class="col-md-12 community-heading">
103103
<h2>Community</h2>
104104

0 commit comments

Comments
 (0)