From fa0bfa03ed1a102db9432e61207394ce15fe5ec6 Mon Sep 17 00:00:00 2001 From: Pat Mellon Date: Tue, 26 Mar 2019 10:25:01 -0700 Subject: [PATCH] Add Google tag (#17690) Summary: This PR adds a Global Site Tag to the site. Pull Request resolved: https://github.com/pytorch/pytorch/pull/17690 Differential Revision: D14620816 Pulled By: zou3519 fbshipit-source-id: c02407881ce08340289123f5508f92381744e8e3 --- docs/source/_templates/layout.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html index 910d4e0..4014e22 100644 --- a/docs/source/_templates/layout.html +++ b/docs/source/_templates/layout.html @@ -23,5 +23,17 @@ ga('send', 'pageview'); + + + + + {% endblock %} -- 2.7.4