|
9 | 9 | <title>Couscous! Put your documentation in a website!</title>
|
10 | 10 | <meta name="description" content="Couscous! Put your documentation in a website!">
|
11 | 11 |
|
12 |
| - <link href="{{ baseUrl }}/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> |
13 |
| - <link href="{{ baseUrl }}/bower_components/fontawesome/css/font-awesome.min.css" rel="stylesheet"> |
| 12 | + <link href="{{ baseUrl }}/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> |
| 13 | + <link href="{{ baseUrl }}/node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"> |
14 | 14 | <link href="{{ baseUrl }}/css/prettify.tomorrow-night-eighties.css" rel="stylesheet">
|
15 | 15 | <link href="{{ baseUrl }}/css/all.min.css" rel="stylesheet">
|
16 | 16 |
|
|
27 | 27 | <!-- Google webmasters verification -->
|
28 | 28 | <meta name="google-site-verification" content="bjh41nmytWyBkuM8373PL1j6upqoiAQXSb19vMGJZDY" />
|
29 | 29 |
|
| 30 | + <script defer data-domain="couscous.io" src="https://plausible.io/js/plausible.js"></script> |
| 31 | + |
30 | 32 | </head>
|
31 | 33 |
|
32 | 34 | <body class="{{ bodyClass }}">
|
|
100 | 102 |
|
101 | 103 | {% block javascripts %}
|
102 | 104 |
|
103 |
| - <script src="{{ baseUrl }}/bower_components/jquery/dist/jquery.min.js"></script> |
104 |
| - <script src="{{ baseUrl }}/bower_components/bootstrap/dist/js/bootstrap.min.js"></script> |
105 |
| - <script src="{{ baseUrl }}/bower_components/google-code-prettify/src/prettify.js"></script> |
| 105 | + <script src="{{ baseUrl }}/node_modules/jquery/dist/jquery.min.js"></script> |
| 106 | + <script src="{{ baseUrl }}/node_modules/bootstrap/dist/js/bootstrap.min.js"></script> |
| 107 | + <script src="{{ baseUrl }}/node_modules/google-code-prettify/src/prettify.js"></script> |
106 | 108 |
|
107 | 109 | <script>
|
108 | 110 | $(function() {
|
|
112 | 114 | });
|
113 | 115 | </script>
|
114 | 116 |
|
115 |
| - <!-- Piwik --> |
116 |
| - <script type="text/javascript"> |
117 |
| - var _paq = _paq || []; |
118 |
| - _paq.push(['trackPageView']); |
119 |
| - _paq.push(['enableLinkTracking']); |
120 |
| - (function() { |
121 |
| - var u=(("https:" == document.location.protocol) ? "https" : "http") + "://mnapoli.piwikpro.com/"; |
122 |
| - _paq.push(['setTrackerUrl', u+'piwik.php']); |
123 |
| - _paq.push(['setSiteId', 2]); |
124 |
| - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; |
125 |
| - g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); |
126 |
| - })(); |
127 |
| - </script> |
128 |
| - <noscript><p><img src="https://mnapoli.piwikpro.com/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript> |
129 |
| - <!-- End Piwik Code --> |
130 | 117 | {% endblock %}
|
131 | 118 |
|
132 | 119 | </body>
|
|
0 commit comments