Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglu authored Oct 27, 2024
1 parent e93b5f9 commit 671965a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@

<!-- {% render cookie-notice.html %}-->

{%- if isProduction == true -%}
<!-- {%- if isProduction == true -%} -->
<noscript>
<iframe
src="https://www.googletagmanager.com/ns.html?id={{ site.google_tag_manager_id }}"
height="0" width="0" style="display:none;visibility:hidden">
</iframe>
</noscript>
{% endif -%}
<!-- {% endif -%} -->

<div id="overlay-under-drawer"></div>

Expand Down

0 comments on commit 671965a

Please sign in to comment.