We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365c04c commit 72df63aCopy full SHA for 72df63a
_includes/layout.pug
@@ -163,3 +163,5 @@ body
163
})
164
Array.prototype.forEach.call(document.querySelectorAll('.footnotes.footnote-print-only, .footnotes .footnote-print-only'), e => e.classList.remove('footnote-print-only'))
165
Array.prototype.forEach.call(document.querySelectorAll('.footnote-backref'), (el) => { el.href = el.href.replace('#', '#lf-') })
166
+ //- Google Adsense
167
+ script(async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3261283140705533" crossorigin="anonymous")
0 commit comments