Use & as author separator
And set properly the separators on other fields
This commit is contained in:
parent
867c19f97c
commit
7665eae762
8 changed files with 61 additions and 13 deletions
|
@ -57,7 +57,7 @@
|
|||
<label class="col-form-label" for="tags">Tags</label>
|
||||
</div>
|
||||
<div class="col-sm-10">
|
||||
<input class="form-control" type="text" id="tags" value="{{range .Tags}}{{.}},{{end}}" name="tags" placeholder="Add tag and hit enter">
|
||||
<input class="form-control" type="text" id="tags" value="{{strings_join .Tags ","}}" name="tags" placeholder="Add tag and hit enter">
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
|
|
Reference in a new issue