Skip to content

Commit

Permalink
add google adsense
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji246 committed Nov 13, 2023
1 parent 6a628fa commit 2bf5c38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/evie-hugo/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
{{ partial "footer.html" . }}

{{ partial "scripts.html" . }}

{{ partial "adsense.html" . }}
</body>
</html>
2 changes: 2 additions & 0 deletions themes/evie-hugo/layouts/partials/adsense.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9742347659519137"
crossorigin="anonymous"></script>

0 comments on commit 2bf5c38

Please sign in to comment.