mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
parent
e1f696911e
commit
f7109771a0
7 changed files with 14 additions and 14 deletions
|
@ -150,11 +150,11 @@ func (c *codeBlockContext) Page() interface{} {
|
|||
return c.page
|
||||
}
|
||||
|
||||
func (c *codeBlockContext) Lang() string {
|
||||
func (c *codeBlockContext) Type() string {
|
||||
return c.lang
|
||||
}
|
||||
|
||||
func (c *codeBlockContext) Code() string {
|
||||
func (c *codeBlockContext) Inner() string {
|
||||
return c.code
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue