Skip to content

Commit

Permalink
Adding s_code script to the page template.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhagerm committed Dec 4, 2024
1 parent 770fc4b commit 8b36391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{%- extends "!page.html" %}

{% block body -%}
<script src="https://a0.awsstatic.com/s_code/js/3.0/awshome_s_code.js"></script>
<script>
document.body.dataset.theme = localStorage.getItem("theme") || "auto";
</script>
Expand Down

0 comments on commit 8b36391

Please sign in to comment.