-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from tableau/d45/cookie_manager
Adding cookie manager, script, and links
- Loading branch information
Showing
3 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,28 @@ | ||
<!-- Footer --> | ||
<footer> | ||
<!-- <footer> | ||
<div class="row"> | ||
<hr class="footer-hr"> | ||
<p>This site is open source. Suggestions and pull requests are welcome on our <a href="https://github.com/tableau/embedding-playbook">GitHub page</a>.</p> | ||
<p>© Copyright {{ site.time | date: '%Y' }} Salesforce, Inc.</p> | ||
</div> | ||
</footer> | ||
</footer> --> | ||
|
||
|
||
<!-- Footer --> | ||
<footer> | ||
<hr class="footer-hr"> | ||
<nav aria-label="Footer Navigation"> | ||
<ul class="footer-links"> | ||
<li><a href="https://www.salesforce.com/company/legal/">Legal</a></li> | ||
<li><a href="https://www.salesforce.com/company/legal/sfdc-website-terms-of-service/">Terms of Service</a></li> | ||
<li><a href="https://www.salesforce.com/company/privacy/">Privacy Information</a></li> | ||
<li><a href="https://www.salesforce.com/company/legal/disclosure/">Responsible Disclosure</a></li> | ||
<li><a href="https://trust.salesforce.com/">Trust</a></li> | ||
<li><a href="#" data-ignore-geolocation="true" class="optanon-toggle-display">Cookie Preferences</a></li> | ||
<li><a href="https://www.salesforce.com/form/other/privacy-request/">Your Privacy Choices</a></li> | ||
</ul> | ||
<p class="copyRight">© Copyright <script>document.write(new Date().getFullYear())</script> Salesforce, Inc. <a href="https://www.salesforce.com/company/legal/tmcusageguidelines/">All rights reserved.</a> Various trademarks held by their respective owners. | ||
Salesforce, Inc. Salesforce Tower, 415 Mission Street, 3rd Floor, San Francisco, CA 94105, United States</p> | ||
<sub>Documentation last generated on: {{ site.time }}</sub></p> | ||
</nav> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters