forked from PirateCare/Syllabus
!publish!
This commit is contained in:
parent
426fa264a3
commit
ed3376eeff
|
@ -12,7 +12,7 @@
|
|||
{{ 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>
|
||||
{{ end }}
|
||||
{{ else if strings.HasPrefix .Destination "sesssion:" }}
|
||||
{{ else if strings.HasPrefix .Destination "session:" }}
|
||||
{{ $destination := (substr .Destination 9) }}
|
||||
{{ if $.Page.Site.GetPage $destination }}
|
||||
{{ $session := $.Page.Site.GetPage $destination }}
|
||||
|
|
Reference in New Issue