We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08d8c7 commit d14d869Copy full SHA for d14d869
2 files changed
layouts/blog/list.html
@@ -19,7 +19,6 @@
19
{{/* <div class="content">{{ .Content }}</div> */}}
20
{{/* <h1 class="hx-text-center " >Blog with featured tag</h1> */}}
21
{{ partial "blog-cards.html" . }}
22
- {{ partial "google/blog-In-feed-ad.html" . }}
23
</main>
24
</article>
25
<div class="max-xl:hx-hidden hx-h-0 hx-w-64 hx-shrink-0"></div>
layouts/partials/blog-cards.html
@@ -103,6 +103,7 @@ <h3 class="blog-card-title" style="display: -webkit-box; -webkit-line-clamp: 2;
103
</div>
104
{{- end -}}
105
106
+
107
{{ partial "google/blog-In-feed-ad.html" . }}
108
109
0 commit comments