mirror of
				https://github.com/osmarks/mycorrhiza.git
				synced 2025-10-31 15:43:00 +00:00 
			
		
		
		
	Interwiki: Remove the description field
I already see people not using it
This commit is contained in:
		| @@ -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"` | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Timur Ismagilov
					Timur Ismagilov