mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	| @@ -38,6 +38,10 @@ type ShortcodeWithPage struct { | ||||
| 	IsNamedParams bool | ||||
| } | ||||
|  | ||||
| func (scp *ShortcodeWithPage) Site() *SiteInfo { | ||||
| 	return scp.Page.Site | ||||
| } | ||||
|  | ||||
| func (scp *ShortcodeWithPage) Ref(ref string) (string, error) { | ||||
| 	return scp.Page.Ref(ref) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user