Skip to content

Commit f954c1a

Browse files
committed
πŸ’°
1 parent c2fbee4 commit f954c1a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

β€Žlayouts/movies/single.htmlβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,12 @@
5757
{{ partial "series/series.html" . }}
5858

5959
<div class="content lato-regular">
60+
{{/* {{ partial "google/displayAd.html" . }} */}}
6061
{{ .Content }}
6162
</div>
63+
64+
{{/* {{ partial "google/displayAd.html" . }} */}}
65+
6266
{{- partial "components/last-updated.html" . -}}
6367
{{- if (site.Params.blog.article.displayPagination | default true) -}}
6468
{{- .Scratch.Set "reversePagination" true -}}

β€Žlayouts/shortcodes/link.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
data-time="{{ $time }}"
3131
>
3232
<div class="lb-modal-content">
33-
{{ partial "google/blog-in-feed-ad.html" . }}
33+
{{/* {{ partial "google/blog-in-feed-ad.html" . }} */}}
3434
<h2 class="lb-modal-title">{{ $title }}</h2>
3535
<p class="lb-timer-message">Please wait a moment before proceeding...</p>
3636

0 commit comments

Comments
Β (0)