Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/J-Siu/hugo-theme-sk3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn, Sing Dao, Siu <john.sd.siu@gmail.com>2022-05-15 06:10:38 +0300
committerJohn, Sing Dao, Siu <john.sd.siu@gmail.com>2022-05-15 06:10:38 +0300
commit598fe227f12abc792e33de1ed7116bb41b6f0da8 (patch)
tree73fb2ada1f235005311f3d345db1e770dae05daf
parent7b37cb224f730191760fdb135989ed5bf85104e7 (diff)
Fix typov2.0.0
-rw-r--r--layouts/partials/adsense.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/adsense.html b/layouts/partials/adsense.html
index 5db11fa..157cada 100644
--- a/layouts/partials/adsense.html
+++ b/layouts/partials/adsense.html
@@ -3,7 +3,7 @@
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "{{site.Params.google.AdsenseId}}",
- enablepage_level_ads: {{site.Params.google.enablePageLevelAd | default false}}
+ enable_page_level_ads: {{site.Params.google.enablePageLevelAd | default false}}
});
</script>
{{end}} \ No newline at end of file