mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
4
tpl/tplimpl/embedded/templates.autogen.go
generated
4
tpl/tplimpl/embedded/templates.autogen.go
generated
@@ -398,8 +398,8 @@ if (!doNotTrack) {
|
||||
</style>
|
||||
{{ end }}
|
||||
{{ end }}`},
|
||||
{`shortcodes/ref.html`, `{{ ref .Page .Params }}`},
|
||||
{`shortcodes/relref.html`, `{{ relref .Page .Params }}`},
|
||||
{`shortcodes/ref.html`, `{{ ref . .Params }}`},
|
||||
{`shortcodes/relref.html`, `{{ relref . .Params }}`},
|
||||
{`shortcodes/twitter.html`, `{{- $pc := .Page.Site.Config.Privacy.Twitter -}}
|
||||
{{- if not $pc.Disable -}}
|
||||
{{- if $pc.Simple -}}
|
||||
|
@@ -1 +1 @@
|
||||
{{ ref .Page .Params }}
|
||||
{{ ref . .Params }}
|
@@ -1 +1 @@
|
||||
{{ relref .Page .Params }}
|
||||
{{ relref . .Params }}
|
Reference in New Issue
Block a user