mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Convert the rest to new page parser code paths
And remove some now unused code. See #5324
This commit is contained in:
@@ -20,8 +20,8 @@ import (
|
||||
|
||||
type Item struct {
|
||||
Type ItemType
|
||||
Pos Pos
|
||||
Val []byte
|
||||
Pos int
|
||||
Val []byte
|
||||
}
|
||||
|
||||
type Items []Item
|
||||
|
||||
Reference in New Issue
Block a user