mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-08 02:40:26 +00:00
Interwiki: Remove the description field
I already see people not using it
This commit is contained in:
parent
8c52e1efee
commit
56c1a23f51
@ -13,9 +13,6 @@
|
|||||||
<dt>Aliases</dt>
|
<dt>Aliases</dt>
|
||||||
{{range .Aliases}}<dd>{{.}}</dd>{{end}}
|
{{range .Aliases}}<dd>{{.}}</dd>{{end}}
|
||||||
|
|
||||||
<dt>Description</dt>
|
|
||||||
<dd>{{.Description}}</dd>
|
|
||||||
|
|
||||||
<dt>Engine</dt>
|
<dt>Engine</dt>
|
||||||
<dd>{{.Engine}}</dd>
|
<dd>{{.Engine}}</dd>
|
||||||
|
|
||||||
|
@ -42,9 +42,6 @@ type Wiki struct {
|
|||||||
|
|
||||||
ImgSrcFormat string `json:"img_src_format"`
|
ImgSrcFormat string `json:"img_src_format"`
|
||||||
|
|
||||||
// Description is a plain-text description of the wiki. Can be empty.
|
|
||||||
Description string `json:"description,omitempty"`
|
|
||||||
|
|
||||||
// Engine is the engine of the wiki. Invalid values will result in a start-up error.
|
// Engine is the engine of the wiki. Invalid values will result in a start-up error.
|
||||||
Engine WikiEngine `json:"engine"`
|
Engine WikiEngine `json:"engine"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user