|
26 | 26 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" /> |
27 | 27 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@hackmd/emojify.js@2.1.0/dist/css/basic/emojify.min.css" integrity="sha256-UOrvMOsSDSrW6szVLe8ZDZezBxh5IoIfgTwdNDgTjiU=" crossorigin="anonymous" /> |
28 | 28 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.6.0/leaflet.css" integrity="sha256-SHMGCYmST46SoyGgo4YR/9AlK1vf3ff84Aq9yK4hdqM=" crossorigin="anonymous" /> |
29 | | - <%- include build/pretty-header %> |
30 | | - <%- include shared/polyfill %> |
| 29 | + <%- include('build/pretty-header') %> |
| 30 | + <%- include('shared/polyfill') %> |
31 | 31 | <% } else { %> |
32 | 32 | <link rel="stylesheet" href='<%- serverURL %>/build/emojify.js/dist/css/basic/emojify.min.css'> |
33 | 33 | <link rel="stylesheet" href='<%- serverURL %>/css/font.css'> |
34 | 34 | <link rel="stylesheet" href='<%- serverURL %>/build/fork-awesome/css/fork-awesome.min.css'> |
35 | | - <%- include build/pretty-pack-header %> |
| 35 | + <%- include('build/pretty-pack-header') %> |
36 | 36 | <% } %> |
37 | 37 | </head> |
38 | 38 |
|
|
71 | 71 | <div id="ui-toc-affix" class="ui-affix-toc ui-toc-dropdown unselectable hidden-print" data-spy="affix" style="display:none;"></div> |
72 | 72 | <% if(typeof disqus !== 'undefined' && disqus) { %> |
73 | 73 | <div class="container-fluid" style="max-width: 758px; margin-bottom: 40px;"> |
74 | | - <%- include shared/disqus %> |
| 74 | + <%- include('shared/disqus') %> |
75 | 75 | </div> |
76 | 76 | <% } %> |
77 | 77 | </body> |
|
100 | 100 | <script src="https://cdnjs.cloudflare.com/ajax/libs/vega-lite/4.17.0/vega-lite.min.js" integrity="sha512-GUsnbKvdacPXIFZvHFFFnWEulYU74fanU2z9aie8g3/F/xcX9vxZuQFLwv9NjdV261fxj9SyAJ3Cf65jvYWMxw==" crossorigin="anonymous" defer></script> |
101 | 101 | <script src="https://cdnjs.cloudflare.com/ajax/libs/vega-embed/6.14.2/vega-embed.min.js" integrity="sha512-Nhf4uoYFL/Mu9UESXLF9Mo22qmhuWEhAQWHAZOHpNntSvtzjsg5dWn8PBQN6l573WPNWgL6F7VwzTY9Y+l+RPg==" crossorigin="anonymous" defer></script> |
102 | 102 | <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.6.0/leaflet.js" integrity="sha256-fNoRrwkP2GuYPbNSJmMJOCyfRB2DhPQe0rGTgzRsyso=" crossorigin="anonymous" defer></script> |
103 | | -<%- include build/pretty-scripts %> |
| 103 | +<%- include('build/pretty-scripts') %> |
104 | 104 | <% } else { %> |
105 | 105 | <script src="<%- serverURL %>/build/MathJax/MathJax.js" defer></script> |
106 | 106 | <script src="<%- serverURL %>/build/MathJax/config/TeX-AMS-MML_HTMLorMML.js" defer></script> |
107 | 107 | <script src="<%- serverURL %>/build/MathJax/config/Safe.js" defer></script> |
108 | | -<%- include build/pretty-pack-scripts %> |
| 108 | +<%- include('build/pretty-pack-scripts') %> |
109 | 109 | <% } %> |
110 | | -<%- include shared/ga %> |
| 110 | +<%- include('shared/ga') %> |
0 commit comments