mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-13 15:23:30 +00: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 }}
|