Skip to content

Commit

Permalink
jungjjeong | chore: jungjjeong | chore: kakao adfit script 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungjjeong committed Dec 1, 2023
1 parent 82110a9 commit 8381269
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
::-webkit-scrollbar-thumb {background-color:#6f777dd3; border-radius: 16px;}
::-webkit-scrollbar-thumb:hover {background: #6f777da1;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment
{
width:12px;height:12px;background:transparent;}
}
{width:12px;height:12px;background:transparent;}
</style>
</head>

Expand Down Expand Up @@ -65,13 +63,20 @@
{% endif %}

<div id="footer" class="page__footer">
<ins class="kakao_ad_area"
style="display:none;"
data-ad-unit = "DAN-n7SgkXdB1XSYnKoL"
data-ad-width = "320"
data-ad-height = "50">
</ins>
</ins>
<footer>
{% include footer/custom.html %}
{% include_cached footer.html %}
</footer>
</div>

{% include scripts.html %}

<script type="text/javascript" src="//t1.daumcdn.net/kas/static/ba.min.js" async></script>
</body>
</html>

0 comments on commit 8381269

Please sign in to comment.