Template format
This commit is contained in:
parent
35bd626830
commit
ce7c6620eb
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
<div id="stash-pane">
|
||||
<div id="controls">
|
||||
<a href="/stash" target="_blank" onclick="save();"> Stash</a> |
|
||||
<a href="/stash" target="_blank" onclick="save();"> Stash</a> |
|
||||
<a href="/published/{{ .pubTo}}" target="_blank" onclick="save();"> Present</a> |
|
||||
<a href="/published/{{ .pubTo}}?print-pdf" target="_blank" onclick="save();"> Pdf</a>
|
||||
</div>
|
||||
|
@ -33,7 +33,7 @@
|
|||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="/static/revealjs/js/ace-1.1.8/ace.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="/static/revealjs/js/jquery-2.1.3.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="/static/revealjs/js/jquery-debounce-1.0.5.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
@ -42,4 +42,4 @@
|
|||
</body>
|
||||
</html>
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue