Fix link in template

This commit is contained in:
Alex Myasoedov 2016-03-03 12:04:42 +02:00
parent 2b1515722a
commit f9ca49080f
2 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,8 @@
This repo is a reworked version of [Sandstorm Hacker Slides](https://github.com/jacksingleton/hacker-slides) which features easy set up run outside of Sandstorm and without vagrant-spk. Likewise you can publish and edit your previous slides in markdown.
![foo](https://sc-cdn.scaleengine.net/i/520e2f4a8ca107b0263936507120027e.png)
To build and run it locally
```go
go get

View file

@ -19,7 +19,7 @@
<div id="editor"></div>
</div>
<div id="preview">
<iframe id="slides-frame" src="/static/slides.html?preview"></iframe>
<iframe id="slides-frame" src="/published/{{ .pubTo}}?preview"></iframe>
</div>
<script src="/static/revealjs/js/ace-1.1.8/ace.js" type="text/javascript" charset="utf-8"></script>