This commit is contained in:
Henrique Dias 2015-09-27 21:07:29 +01:00
parent ca789ed96a
commit 69aeb4633d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<button id="upload">Upload <i class="fa fa-cloud-upload"></i></button>
<button class="default new">New <i class="fa fa-plus"></i></button>
<div id="new-file">
Write the name of the new file.{{ if (eq .User.Command "") }} If you want to use an archetype, add ':archetype' in the end, replacing 'archetype' by its name.{{ end }}
Write the name of the new file.{{ if or (eq .User.Command "") (eq .User.Command "hugo") }} If you want to use an archetype, add ':archetype' in the end, replacing 'archetype' by its name.{{ end }}
<input id="new-file-name" type="text">
</div>
</div>