mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Fix support for site config featured image (#489)
* Unintentionally caused by #474
This commit is contained in:
parent
3789b8edae
commit
ac4dd25cac
@ -34,6 +34,13 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ if not $linkToCover }}
|
||||
{{/* Use the value from the site config parameter if present */}}
|
||||
{{ with .Site.Params.featured_image }}
|
||||
{{ $linkToCover = . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{/* return either a permalink, or an empty string. Note that partials can only have a single
|
||||
return statement, so this needs to be at the end of the partial (and not in the if block) */}}
|
||||
{{ return $linkToCover }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user