|
23 | 23 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" /> |
24 | 24 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" integrity="sha256-QiWfLIsCT02Sdwkogf6YMiQlj4NE84MKkzEMkZnMGdg=" crossorigin="anonymous" /> |
25 | 25 | <link rel="stylesheet" href='<%- url %>/build/emojify.js/dist/css/basic/emojify.min.css'> |
26 | | - <%- include ../build/pretty-header %> |
| 26 | + <%- include build/pretty-header %> |
27 | 27 | <% } else { %> |
28 | 28 | <link rel="stylesheet" href='<%- url %>/build/emojify.js/dist/css/basic/emojify.min.css'> |
29 | | - <%- include ../build/pretty-pack-header %> |
| 29 | + <%- include build/pretty-pack-header %> |
30 | 30 | <% } %> |
31 | | - <%- include ../shared/polyfill %> |
| 31 | + <%- include shared/polyfill %> |
32 | 32 | </head> |
33 | 33 |
|
34 | 34 | <body style="display:none;"> |
|
66 | 66 | <div id="ui-toc-affix" class="ui-affix-toc ui-toc-dropdown unselectable hidden-print" data-spy="affix" style="display:none;"></div> |
67 | 67 | <% if(typeof disqus !== 'undefined' && disqus) { %> |
68 | 68 | <div class="container-fluid" style="max-width: 758px; margin-bottom: 40px;"> |
69 | | - <%- include ../shared/disqus %> |
| 69 | + <%- include shared/disqus %> |
70 | 70 | </div> |
71 | 71 | <% } %> |
72 | 72 | </body> |
|
90 | 90 | <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js" integrity="sha256-KbfTjB0WZ8vvXngdpJGY3Yp3xKk+tttbqClO11anCIU=" crossorigin="anonymous" defer></script> |
91 | 91 | <script src="https://cdnjs.cloudflare.com/ajax/libs/gist-embed/2.6.0/gist-embed.min.js" integrity="sha256-KyF2D6xPIJUW5sUDSs93vWyZm+1RzIpKCexxElmxl8g=" crossorigin="anonymous" defer></script> |
92 | 92 | <script src="https://cdnjs.cloudflare.com/ajax/libs/viz.js/1.4.1/viz.js" integrity="sha256-U0a9HpXT7zG0N3tVzo58B5S+QXUxo4FdBIjrBMYrxZI=" crossorigin="anonymous" defer></script> |
93 | | -<%- include ../build/pretty-scripts %> |
| 93 | +<%- include build/pretty-scripts %> |
94 | 94 | <% } else { %> |
95 | 95 | <script src="<%- url %>/build/MathJax/MathJax.js" defer></script> |
96 | 96 | <script src="<%- url %>/build/MathJax/config/TeX-AMS-MML_HTMLorMML.js" defer></script> |
97 | | -<%- include ../build/pretty-pack-scripts %> |
| 97 | +<%- include build/pretty-pack-scripts %> |
98 | 98 | <% } %> |
99 | | -<%- include ../shared/ga %> |
| 99 | +<%- include shared/ga %> |
0 commit comments