Skip to content

Commit

Permalink
add cookie and privacy policy to index (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Aug 3, 2023
1 parent f807596 commit 1b20715
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
<script src="_scripts/jquery.js"></script>
<script src="_scripts/theme.js"></script>
<script src="_scripts/actions.js"></script>
<script type="text/javascript">
// Configure TMS settings
window.wapProfile = 'profile-microsite'; // This is mapped by WAP authorize value
window.wapLocalCode = 'us-en'; // Dynamically set per localized site, see mapping table for values
window.wapSection = “intel-extension-for-pytorch”; // WAP team will give you a unique section for your site
window.wapEnv = 'prod'; // environment to be use in Adobe Tags.
var wapSinglePage = false; // Include this variable only if your site is a single page application, such as one developed with the React framework
// Load TMS
(() => {
let url = 'https://www.intel.com/content/dam/www/global/wap/main/wap-microsite.js';
let po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = url;
let s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
}) ();
</script>
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -85,6 +99,7 @@ <h1>Welcome to Intel® Extension for PyTorch* Documentation!<a class="headerlink
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>
</footer>
</div>
</div>
Expand Down

0 comments on commit 1b20715

Please sign in to comment.