mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
Adds feature flag and turns of adwords for now
This commit is contained in:
parent
8f79ba5bf4
commit
f9ccf1c4a0
@ -21,6 +21,7 @@ source_link: "https://github.com/ryanoasis/nerd-fonts/tree/gh-pages"
|
||||
favicon: "assets/img/favicon.ico"
|
||||
touch_icon: "assets/img/apple-touch-icon.png"
|
||||
google_analytics_key: "UA-91070609-1"
|
||||
adsbygoogle: false
|
||||
current_version: 2.1.0
|
||||
metrics:
|
||||
icons: 3,600
|
||||
|
@ -16,6 +16,7 @@
|
||||
<meta property="og:description" content="{{ site.description }}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="https://www.nerdfonts.com/assets/img/sankey-glyphs-combined-diagram.png">
|
||||
{% if site.adsbygoogle %}
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({
|
||||
@ -23,4 +24,5 @@
|
||||
enable_page_level_ads: true
|
||||
});
|
||||
</script>
|
||||
{% endif %}
|
||||
</head>
|
Loading…
x
Reference in New Issue
Block a user