From ad092e8852900b95fe83b564d4343f51ddf6a989 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Thu, 11 Feb 2021 03:30:57 +0100 Subject: [PATCH] !publish! fixed bug in render-image (was not present against *this* repo) --- .../Dotawo/layouts/_default/_markup/render-image.html | 2 +- .../SandpointsTheme/layouts/_default/_markup/render-image.html | 2 +- _vendor/modules.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/_default/_markup/render-image.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/_default/_markup/render-image.html index 6e23020..7faa3d3 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/_default/_markup/render-image.html +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/_default/_markup/render-image.html @@ -34,7 +34,7 @@ {{- index (split .Destination ":") 0 -}}⁄{{- $text_link -}} {{- end -}} {{- else -}} - {{- $text_link -}}⦚{{- .Destination -}} not found + {{- $text_link -}}⦚{{- .Destination -}} not found {{- end -}} {{- else if strings.HasPrefix .Destination "audio:" -}} {{- $a_destination := (substr .Destination 6) -}} diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/_default/_markup/render-image.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/_default/_markup/render-image.html index 37f740c..f1cef80 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/_default/_markup/render-image.html +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/_default/_markup/render-image.html @@ -34,7 +34,7 @@ {{- index (split .Destination ":") 0 -}}⁄{{- $text_link -}} {{- end -}} {{- else -}} - {{- $text_link -}}⦚{{- .Destination -}} not found + {{- $text_link -}}⦚{{- .Destination -}} not found {{- end -}} {{- else if strings.HasPrefix .Destination "audio:" -}} {{- $a_destination := (substr .Destination 6) -}} diff --git a/_vendor/modules.txt b/_vendor/modules.txt index adbe816..5b12ec0 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210209215842-6037aac2d81d +# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210211021211-8674473d0c45