mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
document.layout, print.css, content-linker
This commit is contained in:
parent
f24eb5ad42
commit
0539bb332a
10 changed files with 38 additions and 51 deletions
|
@ -340,7 +340,6 @@ func StartDocumentFromSavedTemplate(w http.ResponseWriter, r *http.Request) {
|
|||
d.Excerpt = "A new document"
|
||||
d.Slug = utility.MakeSlug(d.Title)
|
||||
d.Tags = ""
|
||||
d.Layout = "doc"
|
||||
d.LabelID = folderID
|
||||
documentID := util.UniqueID()
|
||||
d.RefID = documentID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue