瀏覽代碼

Now that we don't offer 'raw' links (#43), use html vs htmls snippets

Kevin van Zonneveld 9 年之前
父節點
當前提交
1c6ea38196

+ 2 - 2
website/src/examples/cdn.ejs

@@ -17,8 +17,8 @@ This example showcases sourcing an UMD dist build straight from a CDN.
 On this page we're using the following HTML snippet:
 </p>
 
-{% include_code &nbsp; lang:html cdn/src/html/app.htmls %}
-<% include cdn/src/html/app.htmls %>
+{% include_code &nbsp; lang:html cdn/src/html/app.html %}
+<% include cdn/src/html/app.html %>
 
 <p>
 Along with this JavaScript:

+ 0 - 0
website/src/examples/cdn/src/html/app.htmls → website/src/examples/cdn/src/html/app.html


+ 2 - 2
website/src/examples/dragdrop.ejs

@@ -16,7 +16,7 @@ Here you'll see a demo of how you might set up Drag and Drop with Uppy:
 </p>
 
 <link rel="stylesheet" href="dragdrop/static/js/app.css">
-<% include dragdrop/src/html/app.htmls %>
+<% include dragdrop/src/html/app.html %>
 <script src="dragdrop/static/js/app.js"></script>
 
 <hr />
@@ -25,7 +25,7 @@ Here you'll see a demo of how you might set up Drag and Drop with Uppy:
   On this page we're using the following HTML snippet:
 </p>
 
-{% include_code &nbsp; lang:html dragdrop/src/html/app.htmls %}
+{% include_code &nbsp; lang:html dragdrop/src/html/app.html %}
 
 <p>
   Along with this JavaScript:

+ 0 - 0
website/src/examples/dragdrop/src/html/app.htmls → website/src/examples/dragdrop/src/html/app.html


+ 2 - 2
website/src/examples/dropbox.ejs

@@ -12,7 +12,7 @@ Dropbox
 Here you'll see a demo of how you might set up Dropbox with Uppy:
 </p>
 
-<% include dropbox/src/html/app.htmls %>
+<% include dropbox/src/html/app.html %>
 <script src="dropbox/static/js/app.js"></script>
 
 <hr />
@@ -21,7 +21,7 @@ Here you'll see a demo of how you might set up Dropbox with Uppy:
   On this page we're using the following HTML snippet:
 </p>
 
-{% include_code &nbsp; lang:html dropbox/src/html/app.htmls %}
+{% include_code &nbsp; lang:html dropbox/src/html/app.html %}
 
 <p>
   Along with this JavaScript:

+ 0 - 0
website/src/examples/dropbox/src/html/app.htmls → website/src/examples/dropbox/src/html/app.html