Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit a2c5c78

Browse files
committed
Add new slide btn
1 parent f6dc3a0 commit a2c5c78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/index.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<body>
1515
<div id="edit-pane">
1616
<div id="controls">
17-
<a href="/stash" target="_blank" onclick="save();"> Stash</a> |
17+
<a href="/?new=true" target="_blank" onclick="save();"> New</a> |
18+
<a href="/stash" target="_blank" onclick="save();"> Stash</a> |
1819
<a href="/published/{{ .pubTo}}" target="_blank" onclick="save();"> Present</a> |
1920
<a href="/published/{{ .pubTo}}?print-pdf" target="_blank" onclick="save();"> Pdf</a>
2021
</div>

0 commit comments

Comments
 (0)