aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-07-09 21:00:51 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-07-09 21:00:51 -0400
commitf57de200ec32861835c9582090d52c70e73dace9 (patch)
tree79830bdec71f7c3dc882c496e785b4348a733390 /index.html
parente7c5de23d7dc318babaee0fda69f4246a186f01a (diff)
downloadperl-software-in-gnu-guix-f57de200ec32861835c9582090d52c70e73dace9.tar
perl-software-in-gnu-guix-f57de200ec32861835c9582090d52c70e73dace9.tar.gz
refactored folder structure, added /plugins which is initially only used by #57
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 4441cce..d2dfdab 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,7 @@
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
- <link rel="stylesheet" href="lib/highlight/zenburn.css">
+ <link rel="stylesheet" href="lib/css/zenburn.css">
</head>
<body>
@@ -264,7 +264,7 @@ linkify( 'a' );
</div>
<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
- <script src="lib/head/head.min.js"></script>
+ <script src="lib/js/head.min.js"></script>
<script>
// Load the main reveal.js script
@@ -314,14 +314,14 @@ linkify( 'a' );
} );
// Load third party scripts
- head.js( 'lib/highlight/highlight.js', 'lib/polyfills/classList.js', function() {
+ head.js( 'lib/js/highlight.js', 'lib/js/classList.js', function() {
// Fire off syntax highlighting for potential code samples in the slides
hljs.initHighlightingOnLoad();
} );
// If we're runnning the notes server we need to include some additional JS
if( window.location.host === 'localhost:1947' ) {
- head.js( 'socket.io/socket.io.js', 'lib/slidenotes/client.js' );
+ head.js( 'socket.io/socket.io.js', 'plugin/slidenotes/client.js' );
}
</script>