archtype info only on hugo websites
parent
4fad8668e2
commit
ca789ed96a
|
@ -16,7 +16,7 @@
|
||||||
<button id="upload">Upload <i class="fa fa-cloud-upload"></i></button>
|
<button id="upload">Upload <i class="fa fa-cloud-upload"></i></button>
|
||||||
<button class="default new">New <i class="fa fa-plus"></i></button>
|
<button class="default new">New <i class="fa fa-plus"></i></button>
|
||||||
<div id="new-file">
|
<div id="new-file">
|
||||||
Write the name of the new file. If you want to use an archetype, add ':archetype' in the end, replacing 'archetype' by its name.
|
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 }}
|
||||||
<input id="new-file-name" type="text">
|
<input id="new-file-name" type="text">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue