We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fbee4 commit f954c1aCopy full SHA for f954c1a
2 files changed
βlayouts/movies/single.htmlβ
@@ -57,8 +57,12 @@
57
{{ partial "series/series.html" . }}
58
59
<div class="content lato-regular">
60
+ {{/* {{ partial "google/displayAd.html" . }} */}}
61
{{ .Content }}
62
</div>
63
+
64
65
66
{{- partial "components/last-updated.html" . -}}
67
{{- if (site.Params.blog.article.displayPagination | default true) -}}
68
{{- .Scratch.Set "reversePagination" true -}}
βlayouts/shortcodes/link.htmlβ
@@ -30,7 +30,7 @@
30
data-time="{{ $time }}"
31
>
32
<div class="lb-modal-content">
33
- {{ partial "google/blog-in-feed-ad.html" . }}
+ {{/* {{ partial "google/blog-in-feed-ad.html" . }} */}}
34
<h2 class="lb-modal-title">{{ $title }}</h2>
35
<p class="lb-timer-message">Please wait a moment before proceeding...</p>
36
0 commit comments