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:
parent
24bdb433c9
commit
ef4a4b0ab8
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue