From 1bec24ad30a921af594417e79e619b106178ab6e Mon Sep 17 00:00:00 2001 From: Brandon Green Date: Thu, 6 Aug 2020 21:13:15 -0400 Subject: [PATCH 1/2] Add anchor to community module under Resources dropdown --- _includes/main_menu.html | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/main_menu.html b/_includes/main_menu.html index 67454d862b7d..ab9edd6fd3b4 100644 --- a/_includes/main_menu.html +++ b/_includes/main_menu.html @@ -54,6 +54,10 @@ About

Learn about PyTorch’s features and capabilities

+ + Community +

Join the PyTorch developer community to contribute, learn, and get your questions answered.

+
diff --git a/index.html b/index.html index 8cfa6a316927..6d2cc8004773 100644 --- a/index.html +++ b/index.html @@ -98,7 +98,7 @@

{{ item.title }}

{% endfor %} -
+

Community

From 77b5afed9236449acb53e751b0cd6c4b15cfe20f Mon Sep 17 00:00:00 2001 From: Brandon Green Date: Fri, 7 Aug 2020 10:43:38 -0400 Subject: [PATCH 2/2] Fixed anchor issue on pages other than homepage --- _includes/main_menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/main_menu.html b/_includes/main_menu.html index ab9edd6fd3b4..7e015fa36ba6 100644 --- a/_includes/main_menu.html +++ b/_includes/main_menu.html @@ -54,7 +54,7 @@ About

Learn about PyTorch’s features and capabilities

- + Community

Join the PyTorch developer community to contribute, learn, and get your questions answered.