Skip to content

Commit

Permalink
Revert "Updating to use Shortbread from CDN."
Browse files Browse the repository at this point in the history
This reverts commit 00c49a0.
  • Loading branch information
rlhagerm committed Dec 18, 2024
1 parent 00c49a0 commit fc63e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/source/_static/shortbreadv1.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions docs/source/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
{%- extends "!page.html" %}

{%- block extrahead %}
<script src="https://prod.assets.shortbread.aws.dev/shortbread.js"></script>
<link href="https://prod.assets.shortbread.aws.dev/shortbread.css" rel="stylesheet">
<script src="https://a0.awsstatic.com/s_code/js/3.0/awshome_s_code.js"></script>
{% endblock %}

Expand Down Expand Up @@ -182,6 +180,7 @@
{%- endif %}
{# start of AWS modification of Furo template #}
<div class="legal-info">
<script type="text/javascript" src="{{ pathto('_static/shortbreadv1.js',1 ) }}"></script>
<script type="text/javascript">
const shortbread = AWSCShortbread({
domain: ".amazonaws.com",
Expand Down

0 comments on commit fc63e51

Please sign in to comment.