We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run serve
1 parent 1cf0a5e commit f20a621Copy full SHA for f20a621
layouts/paddle-checkout/single.html
@@ -21,7 +21,7 @@ <h3 class="font-headline text-lg md:text-xl leading-relaxed mb-4">{{ ":+1:" | em
21
</div>
22
{{ end }}
23
{{ define "script" }}
24
- {{ if hugo.IsServer }}
+ {{ if hugo.IsDevelopment }}
25
{{ $paddleCheckoutJs := resources.Get "js/paddlecheckout.js" }}
26
<script type="text/javascript" src="{{ $paddleCheckoutJs.RelPermalink }}" defer></script>
27
{{ else }}
0 commit comments