!publish!
This commit is contained in:
parent
2eded7b22d
commit
426fa264a3
|
@ -1,4 +1,5 @@
|
||||||
{{ $text_link := .Text }}
|
{{ $text_link := .Text }}
|
||||||
|
{{ .Destination }}
|
||||||
{{ if strings.HasPrefix .Destination "bib:" }}
|
{{ if strings.HasPrefix .Destination "bib:" }}
|
||||||
{{ $destination := (substr .Destination 4) }}
|
{{ $destination := (substr .Destination 4) }}
|
||||||
{{ if index $.Page.Site.Data.books.piratecarecollection $destination }}
|
{{ if index $.Page.Site.Data.books.piratecarecollection $destination }}
|
||||||
|
|
Loading…
Reference in New Issue