mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 12:53:15 +08:00
5 lines
192 B
Go Template
5 lines
192 B
Go Template
|
{{- $linkPage := "" }}
|
||
|
{{- with and . .menu }}
|
||
|
{{- $linkPage = partial "_relearn/refPage.gotmpl" (dict "page" $.page "pageRef" .PageRef "refPage" .Page) }}
|
||
|
{{- end }}
|
||
|
{{- return $linkPage }}
|