0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Removed attribute not needed.

This commit is contained in:
Maxime 2015-07-24 22:17:14 +02:00
parent 24bdb433c9
commit ef4a4b0ab8

View file

@ -21,7 +21,6 @@ const (
type MarkdownData struct { type MarkdownData struct {
middleware.Context middleware.Context
Doc map[string]interface{} Doc map[string]interface{}
markdown string
} }
// Process processes the contents of a page in b. It parses the metadata // Process processes the contents of a page in b. It parses the metadata