This commit is contained in:
lunaticbum 2025-12-30 18:13:31 +09:00
parent dd528c702f
commit 1fa47201a7

View File

@ -164,14 +164,14 @@
<div class="grid-sizer"></div> <div class="grid-sizer"></div>
<th:block th:each="item, stat : ${feedItems}"> <th:block th:each="item, stat : ${feedItems}">
<div th:if="${stat.index % 5 == 0 and stat.index > 0}" class="feed-item ad-container"> <!-- <div th:if="${stat.index % 5 == 0 and stat.index > 0}" class="feed-item ad-container">-->
<ins class="adsbygoogle" <!-- <ins class="adsbygoogle"-->
style="display:block; width:100%; height:100%;" <!-- style="display:block; width:100%; height:100%;"-->
data-ad-client="ca-pub-9504446465764716" <!-- data-ad-client="ca-pub-9504446465764716"-->
data-ad-slot="5334609005" <!-- data-ad-slot="5334609005"-->
data-ad-format="auto" <!-- data-ad-format="auto"-->
data-full-width-responsive="true"></ins> <!-- data-full-width-responsive="true"></ins>-->
</div> <!-- </div>-->
<section class="feed-item" th:utext="${@thymeleafUtils.renderFeedItem(item, apiBaseUrl ?: '')}"></section> <section class="feed-item" th:utext="${@thymeleafUtils.renderFeedItem(item, apiBaseUrl ?: '')}"></section>
</th:block> </th:block>