Skip to content

Commit

Permalink
fix(docs): position of adsense
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Jan 24, 2025
1 parent ab627c9 commit c41803c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ export default {
<meta property="og:url" content={`https://hugo-theme-dream.g1en.site${pathname}`} />
<meta property="og:title" content={_title} />
<meta property="og:description" content={description} />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2097283051393565"
crossorigin="anonymous"
></script>
</>
)
},
Expand All @@ -54,11 +59,6 @@ export default {
</a>
.
</p>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2097283051393565"
crossorigin="anonymous"
></script>
</>
),
},
Expand Down

0 comments on commit c41803c

Please # to comment.