mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
Regenerate templates
This commit is contained in:
@@ -44,8 +44,8 @@ func MarshalPageToJSON(p Page) ([]byte, error) {
|
||||
length := p.Len()
|
||||
tableOfContents := p.TableOfContents()
|
||||
rawContent := p.RawContent()
|
||||
mediaType := p.MediaType()
|
||||
resourceType := p.ResourceType()
|
||||
mediaType := p.MediaType()
|
||||
permalink := p.Permalink()
|
||||
relPermalink := p.RelPermalink()
|
||||
name := p.Name()
|
||||
@@ -100,8 +100,8 @@ func MarshalPageToJSON(p Page) ([]byte, error) {
|
||||
Len int
|
||||
TableOfContents template.HTML
|
||||
RawContent string
|
||||
MediaType media.Type
|
||||
ResourceType string
|
||||
MediaType media.Type
|
||||
Permalink string
|
||||
RelPermalink string
|
||||
Name string
|
||||
@@ -155,8 +155,8 @@ func MarshalPageToJSON(p Page) ([]byte, error) {
|
||||
Len: length,
|
||||
TableOfContents: tableOfContents,
|
||||
RawContent: rawContent,
|
||||
MediaType: mediaType,
|
||||
ResourceType: resourceType,
|
||||
MediaType: mediaType,
|
||||
Permalink: permalink,
|
||||
RelPermalink: relPermalink,
|
||||
Name: name,
|
||||
|
Reference in New Issue
Block a user