Skip to content

Commit 0abfb12

Browse files
author
Saeid Darvish
authored
Merge pull request #86 from saeiddrv/draft
add google ads
2 parents 2804fe4 + bbca569 commit 0abfb12

File tree

1 file changed

+4
-1
lines changed
  • source/_templates/sphinx_minoo_theme/includes

1 file changed

+4
-1
lines changed

source/_templates/sphinx_minoo_theme/includes/header.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@
9696
gtag('config', 'G-25G1Z7B4EZ');
9797
</script>
9898

99+
100+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4325494309890534" crossorigin="anonymous"></script>
101+
99102
<script type="text/javascript" src="{{ pathto('_static/minoo-20230505.js', 1) }}"></script>
100103
<script type="text/javascript" src="{{ pathto('_static/modernizr.min.js', 1) }}"></script>
101104

102-
<script async defer src="https://buttons.github.io/buttons.js"></script>
105+
<script async defer src="https://buttons.github.io/buttons.js"></script>

0 commit comments

Comments
 (0)