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:
authorasurbernardo <asur@asurbernardo.com>2020-07-19 15:47:10 +0300
committerasurbernardo <asur@asurbernardo.com>2020-07-19 15:47:10 +0300
commite334bbb36ab40f04711ae3d8e622810fb5e23ce4 (patch)
treec8af89b07cfc6b13e69dd7c27699a3ae8772ae99
parentfc5d05b88556ebddc78a8cc850e77d08e039fdf0 (diff)
Fix mustache script import error
-rw-r--r--data/amp-modules.json3
-rw-r--r--layouts/partials/head/amp-components.html3
2 files changed, 3 insertions, 3 deletions
diff --git a/data/amp-modules.json b/data/amp-modules.json
index faab362..3a8a884 100644
--- a/data/amp-modules.json
+++ b/data/amp-modules.json
@@ -52,6 +52,5 @@
"amp-vine" : "https://cdn.ampproject.org/v0/amp-vine-0.1.js",
"amp-viz-vega" : "https://cdn.ampproject.org/v0/amp-viz-vega-0.1.js",
"amp-youtube" : "https://cdn.ampproject.org/v0/amp-youtube-0.1.js",
- "amp-autocomplete" : "https://cdn.ampproject.org/v0/amp-autocomplete-0.1.js",
- "amp-mustache" : "https://cdn.ampproject.org/v0/amp-mustache-0.2.js"
+ "amp-autocomplete" : "https://cdn.ampproject.org/v0/amp-autocomplete-0.1.js"
} \ No newline at end of file
diff --git a/layouts/partials/head/amp-components.html b/layouts/partials/head/amp-components.html
index 451ea45..267e83d 100644
--- a/layouts/partials/head/amp-components.html
+++ b/layouts/partials/head/amp-components.html
@@ -16,4 +16,5 @@
{{- end }}
{{ end }}
{{ end }}
-{{ end }} \ No newline at end of file
+{{ end }}
+<script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script> \ No newline at end of file