Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head/amp-components.html')
-rw-r--r--layouts/partials/head/amp-components.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/head/amp-components.html b/layouts/partials/head/amp-components.html
index b60f15c..a103c11 100644
--- a/layouts/partials/head/amp-components.html
+++ b/layouts/partials/head/amp-components.html
@@ -23,4 +23,7 @@
{{ if eq $.Site.Params.AutoAdsEnabled true }}
<script async custom-element="amp-auto-ads" src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js"></script>
{{ end }}
+{{ end }}
+{{ if .IsPage }}
+ <script async custom-element="amp-next-page" src="https://cdn.ampproject.org/v0/amp-next-page-1.0.js"></script>
{{ end }} \ No newline at end of file