|
|
@@ -10,6 +10,8 @@
|
|
|
<link rel="stylesheet" type="text/css" href="/css/crowi-reveal{% if env == 'production' %}.min{% endif %}.css">
|
|
|
<link rel="stylesheet" type="text/css" href="/js/reveal/lib/css/zenburn.css">
|
|
|
|
|
|
+ <script src="/js/bundled.js"></script>
|
|
|
+
|
|
|
<title>{{ path|path2name }} | {{ path }}</title>
|
|
|
</head>
|
|
|
<body>
|
|
|
@@ -27,7 +29,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <script src="/js/crowi.js"></script>
|
|
|
<script src="/js/presentation.js"></script>
|
|
|
</body>
|
|
|
</html>
|