Skip to content

Commit

Permalink
chore: 固定广告给 nablepart.com
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjuning committed Jul 26, 2024
1 parent 610c404 commit 3e14418
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions theme/layouts/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-7962287588031867" data-ad-slot="1993549381"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5641491107630454" data-ad-slot="1206633556" data-page-url="https://nablepart.com" data-override-format="true" data-ad-format="auto" data-full-width-responsive="true"></ins>
{{{contents}}}
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7962287588031867" data-ad-slot="9253022493" data-ad-format="auto" data-full-width-responsive="true"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5641491107630454" data-ad-slot="5596588097" data-page-url="https://nablepart.com" data-override-format="true" data-ad-format="auto" data-full-width-responsive="true"></ins>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
Expand All @@ -72,6 +72,7 @@
{{#each toc.children}}
{{> toc.root}}
{{/each}}
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5641491107630454" data-ad-slot="5702084207" data-page-url="https://nablepart.com" data-override-format="true" data-ad-format="auto" data-full-width-responsive="true"></ins>
</ul>
</nav>
</div>
Expand All @@ -82,6 +83,7 @@

<div class="overlay"></div>
<script src="{{relativeURL "assets/js/main.js"}}"></script>
<script>(adsbygoogle = window.adsbygoogle || []).push({ 'enable_page_level_ads': true });</script>
{{> analytics}}
</body>
</html>

0 comments on commit 3e14418

Please sign in to comment.