Skip to content

Commit

Permalink
광고 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mansub-han committed Jul 6, 2021
1 parent de61220 commit 6d6e936
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 1 addition & 9 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
{% include head.html %}

<body>
<!--[D] 상단 수평 gnb위에 -->
<div class="google-center-ad" style=" text-align: center;">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 상단 수평 -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4877378276818686" data-ad-slot="4462377009" data-ad-format="horizontal" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

{% include header.html %}

<!--[D] 상단 수평 gnb위에 -->
Expand Down
9 changes: 9 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ <h1 class="title">{{ page.title }}</h1>
<p class="info">by <strong>{{ page.author }}</strong></p>
</header>
</div>
<!--[D] 상단 수평 gnb위에 -->
<div class="google-center-ad" style=" text-align: center;">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 상단 수평 -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4877378276818686" data-ad-slot="4462377009" data-ad-format="horizontal" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>

<div class="wrapper">
Expand Down

0 comments on commit 6d6e936

Please sign in to comment.