|
21 | 21 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/reveal.min.css" integrity="sha256-h2NhWerL2k7KAzo6YqYMo1T5B6+QT2Bb/CprRV2aW20=" crossorigin="anonymous" />
|
22 | 22 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@hackmd/[email protected]/dist/css/basic/emojify.min.css" integrity="sha256-UOrvMOsSDSrW6szVLe8ZDZezBxh5IoIfgTwdNDgTjiU=" crossorigin="anonymous" />
|
23 | 23 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.6.0/leaflet.css" integrity="sha256-SHMGCYmST46SoyGgo4YR/9AlK1vf3ff84Aq9yK4hdqM=" crossorigin="anonymous" />
|
24 |
| - <%- include('build/slide-header'); %> |
25 |
| - <%- include('shared/polyfill'); %> |
| 24 | + <%- include('build/slide-header') %> |
| 25 | + <%- include('shared/polyfill') %> |
26 | 26 | <% } else { %>
|
27 | 27 | <link rel="stylesheet" href="<%- serverURL %>/build/reveal.js/css/reveal.css">
|
28 | 28 | <link rel="stylesheet" href='<%- serverURL %>/build/emojify.js/dist/css/basic/emojify.min.css'>
|
29 | 29 | <link rel="stylesheet" href='<%- serverURL %>/css/font.css'>
|
30 | 30 | <link rel="stylesheet" href='<%- serverURL %>/build/fork-awesome/css/fork-awesome.min.css'>
|
31 |
| - <%- include('build/slide-pack-header'); %> |
| 31 | + <%- include('build/slide-pack-header') %> |
32 | 32 | <% } %>
|
33 | 33 |
|
34 | 34 | <!-- For reveal.js theme -->
|
|
83 | 83 | </div>
|
84 | 84 | <% if(typeof disqus !== 'undefined' && disqus) { %>
|
85 | 85 | <div class="slides-disqus">
|
86 |
| - <%- include('shared/disqus'); %> |
| 86 | + <%- include('shared/disqus') %> |
87 | 87 | </div>
|
88 | 88 | <% } %>
|
89 | 89 | </div>
|
|
112 | 112 | <script src="https://cdnjs.cloudflare.com/ajax/libs/vega-lite/4.4.0/vega-lite.min.js" integrity="sha256-ollz/GSuG0/f7aV4v8LGDYxPs4G2DwEk9+hALicqp9I=" crossorigin="anonymous" defer></script>
|
113 | 113 | <script src="https://cdnjs.cloudflare.com/ajax/libs/vega-embed/6.2.2/vega-embed.min.js" integrity="sha256-AW13lGYqQzWT9PymwqUEJqQHaz9ntM5m5jQVkvtzja4=" crossorigin="anonymous" defer></script>
|
114 | 114 | <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.6.0/leaflet.js" integrity="sha256-fNoRrwkP2GuYPbNSJmMJOCyfRB2DhPQe0rGTgzRsyso=" crossorigin="anonymous" defer></script>
|
115 |
| - <%- include('build/slide-scripts'); %> |
| 115 | + <%- include('build/slide-scripts') %> |
116 | 116 | <% } else { %>
|
117 | 117 | <script src="<%- serverURL %>/build/MathJax/MathJax.js" defer></script>
|
118 | 118 | <script src="<%- serverURL %>/build/MathJax/config/TeX-AMS-MML_HTMLorMML.js" defer></script>
|
119 | 119 | <script src="<%- serverURL %>/build/MathJax/config/Safe.js" defer></script>
|
120 |
| - <%- include('build/slide-pack-scripts'); %> |
| 120 | + <%- include('build/slide-pack-scripts') %> |
121 | 121 | <% } %>
|
122 | 122 | </body>
|
123 | 123 | </html>
|
124 | 124 |
|
125 |
| -<%- include('shared/ga'); %> |
| 125 | +<%- include('shared/ga') %> |
0 commit comments