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 b3ba132 commit e93b5f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin>
{% endunless -%}

{%- if isProduction == true -%}
<!-- <meta name="google-site-verification" content="{{ site.google_site_verification }}"> -->
<!-- {%- if isProduction == true -%} -->
<!-- <meta name="google-site-verification" content="{{ site.google_site_verification }}"> -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
Expand All @@ -42,7 +42,7 @@
s.parentNode.insertBefore(hm, s);
})();
</script>
{% endif -%}
<!-- {% endif -%} -->

{% assign desc = description | default: site.description | strip_html | strip_newlines | truncate: 160 -%}
{% unless desc and desc != '' or page.url contains '/posts' or page.url contains '/community' -%}
Expand Down Expand Up @@ -123,4 +123,4 @@
{% endif -%}

</body>
</html>
</html>

0 comments on commit e93b5f9

Please sign in to comment.