!publish!

This commit is contained in:
Marcell Mars 2020-03-05 16:32:23 +01:00
parent 9181371995
commit 8d159ec787
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<a href="/library/BROWSE_LIBRARY.html#/book/{{ $destination }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ $text_link }}⦚<span class="text-xs font-bold p-1 bg-AuChico text-CoconutCream">bib:{{ $destination }} not found</span></a> <a href="/library/BROWSE_LIBRARY.html#/book/{{ $destination }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ $text_link }}⦚<span class="text-xs font-bold p-1 bg-AuChico text-CoconutCream">bib:{{ $destination }} not found</span></a>
{{ end }} {{ end }}
{{ else if strings.HasPrefix .Destination "session:" }} {{ else if strings.HasPrefix .Destination "session:" }}
{{ $s_destination := (substr .Destination 9) }} {{ $s_destination := (substr .Destination 8) }}
{{ if $.Page.Site.GetPage $s_destination }} {{ if $.Page.Site.GetPage $s_destination }}
{{ $session := $.Page.Site.GetPage $s_destination }} {{ $session := $.Page.Site.GetPage $s_destination }}
{{ if not $text_link }} {{ if not $text_link }}