summaryrefslogtreecommitdiff
path: root/public/views/slide/listing.hbs
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-02-16 20:08:44 -0800
committerCheng-Han, Wu2016-02-16 20:08:44 -0800
commitb2b1be3dda406312add39997ad8bd9494f20b7f8 (patch)
tree997403359ffc0f585fa52752c399ce87287222c3 /public/views/slide/listing.hbs
parent3f2f063e9b6c6d36169f6acefc27df87d0bd176b (diff)
Support set url path and use relative url, move raphael to bower and fixed minor issue in history
Diffstat (limited to '')
-rw-r--r--public/views/slide/listing.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/slide/listing.hbs b/public/views/slide/listing.hbs
index 371f4ac3..7da8ebab 100644
--- a/public/views/slide/listing.hbs
+++ b/public/views/slide/listing.hbs
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Directory Listing</title>
- <link rel="stylesheet" href="/vendor/reveal.js/{{{theme}}}" id="theme">
+ <link rel="stylesheet" href="{{{url}}}/vendor/reveal.js/{{{theme}}}" id="theme">
<style type="text/css">
body {
margin: 1em;