File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% extends "base.html" %}
2+
3+ {% block extrahead %}
4+ < script src ="https://a0.awsstatic.com/s_code/js/3.0/awshome_s_code.js "> </ script >
5+ < link href ="https://prod.assets.shortbread.aws.dev/shortbread.css " rel ="stylesheet ">
6+ < script src ="https://prod.assets.shortbread.aws.dev/shortbread.js "> </ script >
7+ < script >
8+ var shortbread = AWSCShortbread ( ) ;
9+ shortbread . checkForCookieConsent ( ) ;
10+ </ script >
11+ {% endblock %}
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ edit_uri = "edit/main/docs/"
3737#
3838# Read more: https://zensical.org/docs/setup/basics/#copyright
3939copyright = """
40+ <a href="https://aws.amazon.com/privacy/">Privacy</a> |
41+ <a href="https://aws.amazon.com/terms/">Site terms</a> |
42+ <a href="#" id="awsccc-sb-ux-c-customize" onclick="if(typeof shortbread!=='undefined'){shortbread.customizeCookies()}return false;">Cookie preferences</a> |
4043Copyright © 2026 Amazon Web Services, Inc. or its affiliates.
4144"""
4245
@@ -148,7 +151,7 @@ extra_css = ["stylesheets/extra.css"]
148151# Read more:
149152# - https://zensical.org/docs/customization/#extending-the-theme
150153#
151- # custom_dir = "overrides"
154+ custom_dir = " overrides"
152155
153156# With the "favicon" option you can set your own image to use as the icon
154157# browsers will use in the browser title bar or tab bar. The path provided
You can’t perform that action at this time.
0 commit comments