Skip to content

Commit

Permalink
fix(docs): changes to add content in script block instead of removing (
Browse files Browse the repository at this point in the history
…#7839)

Adding `super()` will first add the content in the script block as usual plus add the content `img`

Signed-off-by: ossdhaval <[email protected]>
  • Loading branch information
ossdhaval authored Feb 23, 2024
1 parent 50318e2 commit 6c1582d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% endblock %}

{% block scripts %}

{{ super() }}
<!--Release automation scripts should replace the placeholder with actual URL-->
<!--for Scarf pixel. This will be done when docs are released into PROD. Not-->
<!--when releasing for HEAD or nightly builds. This is to ensure that Scarf -->
Expand Down

0 comments on commit 6c1582d

Please sign in to comment.