1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-05 17:40:26 +00:00

Interwiki: Remove the description field

I already see people not using it
This commit is contained in:
Timur Ismagilov 2022-06-08 16:47:14 +03:00
parent 8c52e1efee
commit 56c1a23f51
2 changed files with 0 additions and 6 deletions

View File

@ -13,9 +13,6 @@
<dt>Aliases</dt>
{{range .Aliases}}<dd>{{.}}</dd>{{end}}
<dt>Description</dt>
<dd>{{.Description}}</dd>
<dt>Engine</dt>
<dd>{{.Engine}}</dd>

View File

@ -42,9 +42,6 @@ type Wiki struct {
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 WikiEngine `json:"engine"`
}