From 602cc32a6e437c00be7867694c5f20ad55005f9b Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Tue, 22 Apr 2025 11:18:11 -0400 Subject: [PATCH] Remove Docs Survey Banner Removing the docs survey banner --- _templates/layout.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/_templates/layout.html b/_templates/layout.html index 17d95152d3..b5c86f1909 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -211,14 +211,5 @@ <img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/795629140/?label=txkmCPmdtosBENSssfsC&guid=ON&script=0"/> -<script> - //temporarily add a link to survey - var survey = '<div class="survey-banner"><p><i class="fas fa-poll" aria-hidden="true">  </i> Take the <a href="https://forms.gle/KZ4xGL65VRMYNbbG6">PyTorch Docs/Tutorials survey</a>.</p></div>' - if ($(".pytorch-call-to-action-links").length) { - $(".pytorch-call-to-action-links").before(survey); - } else { - $("#pytorch-article").prepend(survey); - } -</script> {% endblock %}