소스 검색

Textual tweaks

Kevin van Zonneveld 9 년 전
부모
커밋
08f90880ab
2개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 4
      website/src/examples/cdn.ejs
  2. 1 1
      website/themes/uppy/layout/index.ejs

+ 6 - 4
website/src/examples/cdn.ejs

@@ -14,19 +14,21 @@ This example showcases sourcing an UMD dist build straight from a CDN.
 </p>
 
 <p>
-We're executing the following HTML snippet:
+On this page we're using the following HTML snippet:
 </p>
 
-{% include_code app.html lang:html cdn/src/html/app.htmls %}
+{% include_code &nbsp; lang:html cdn/src/html/app.htmls %}
 <% include cdn/src/html/app.htmls %>
 
 <p>
-We're sourcing the following JS snippet:
+Along with this JavaScript:
 </p>
 
-{% include_code app.js lang:js cdn/src/js/app.js %}
+{% include_code &nbsp; lang:js cdn/src/js/app.js %}
 <script src="cdn/static/js/app.js"></script>
 
+Here you see the result in action:
+
 <p>
 : )
 </p>

+ 1 - 1
website/themes/uppy/layout/index.ejs

@@ -70,7 +70,7 @@
 <div id="footer">
   <a class="start" href="/guide/index.html">Get Started</a>
   <p>Released under the <a href="http://opensource.org/licenses/MIT" target="_blank">MIT License</a></p>
-  <p>This site borrows heavily from Evan You's excellent <a href="https://github.com/vuejs/vuejs.org">Vue.js</a> (<a href="https://github.com/transloadit/uppy/blob/master/website/VUEORG_LICENSE">LICENSE</a>) (he said it was <a href="https://twitter.com/youyuxi/status/672441843183960067">okay</a>: )</p>
+  <p>This site borrows heavily from Evan You's excellent <a href="https://github.com/vuejs/vuejs.org">Vue.js</a> (<a href="https://github.com/transloadit/uppy/blob/master/website/VUEORG_LICENSE">LICENSE</a>) (he <a href="https://twitter.com/youyuxi/status/672441843183960067">approves</a>)</p>
   <p>Puppy icon by <a href="https://thenounproject.com/2y2"></a>Jorge Fernandez del Castillo Gomez</a> from the Noun Project.</p>
   <p>Copyright (c) <%- date(Date.now(), 'YYYY') %> <a href="https://transloadit.com" target="_blank">Transloadit</a></p>
 </div>