!publish!

This commit is contained in:
Marcell Mars 2020-03-05 16:27:58 +01:00
parent 426fa264a3
commit ed3376eeff
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{{ else }} {{ else }}
<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 "sesssion:" }} {{ else if strings.HasPrefix .Destination "session:" }}
{{ $destination := (substr .Destination 9) }} {{ $destination := (substr .Destination 9) }}
{{ if $.Page.Site.GetPage $destination }} {{ if $.Page.Site.GetPage $destination }}
{{ $session := $.Page.Site.GetPage $destination }} {{ $session := $.Page.Site.GetPage $destination }}