diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/_default/_markup/render-image.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/_default/_markup/render-image.html
index 0f0b741..aa4c98b 100644
--- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/_default/_markup/render-image.html
+++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/_default/_markup/render-image.html
@@ -1,3 +1,9 @@
+
+
{{- $text_link := .Text -}}
{{ $_ := newScratch }}
@@ -5,16 +11,20 @@
{{ $_.Add "triads" $k }}
{{- end -}}
+
{{- if strings.HasPrefix .Destination "img:" -}}
{{- $img_params := (substr .Destination 4) -}}
{{- $img_src := index (split $img_params " ") 0 -}}
{{- $img_attr := index (split $img_params $img_src) 1 -}}
+
{{- else if strings.HasPrefix .Destination "vid:" -}}
{{- $vid_params := (substr .Destination 4) -}}
{{- $vid_src := index (split $vid_params " ") 0 -}}
{{- $vid_attr := index (split $vid_params $vid_src) 1 -}}
+
+
{{- else if strings.HasPrefix .Destination "bib:" -}}
{{- $destination := (substr .Destination 4) -}}
{{- $c_prefix := .Page.Site.Params.sandpointsCatalogPrefix | default "/library/" -}}
@@ -34,6 +44,8 @@
{{- else -}}
{{- $text_link -}}⦚bib:{{- $destination -}} not found
{{- end -}}
+
+
{{- else if in ($_.Get "triads") (index (split .Destination ":") 0) -}}
{{- if $.Page.Site.GetPage (printf "/%s" (replace .Destination ":" "/")) -}}
{{- $session := $.Page.Site.GetPage (printf "/%s" (replace .Destination ":" "/")) -}}
@@ -46,6 +58,7 @@
{{- else -}}
{{- $text_link -}}⦚{{- .Destination -}} not found
{{- end -}}
+
{{- else if strings.HasPrefix .Destination "audio:" -}}
{{- $a_destination := (substr .Destination 6) -}}
{{- if findRE "^.*static" $a_destination -}}
@@ -53,14 +66,41 @@
{{- else -}}
{{ .Text }}
{{- end -}}
-{{- else if findRE "^.*static" .Destination -}}
+
+
+
+
+{{- else if findRE "^.*static" .Destination -}}
+