diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/SpectreOfReflections/layouts/print/single.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/SpectreOfReflections/layouts/print/single.html
index 1caf919..648807b 100644
--- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/SpectreOfReflections/layouts/print/single.html
+++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/SpectreOfReflections/layouts/print/single.html
@@ -68,6 +68,11 @@
{{ end }}
{{ partial "printsinglebody.html" $p }}
+ {{ $tit := $p.Title }}
+ {{ if gt (len $p.Title) 54 }}
+ {{ $tit = printf "%s…" (substr $p.Title 0 50) }}
+ {{ end }}
+
{{ $p.Content }}
{{ $cssOutput = printf "%s\n%s" $cssOutput (replace $cssTemplate "_rplc_" $p.File.UniqueID) }}
{{ $cssHashes = printf "%s css-%s-h2" $cssHashes $p.File.UniqueID }}
@@ -93,7 +98,7 @@
{{ if gt (len .Title) 54 }}
{{ $tit = printf "%s…" (substr .Title 0 50) }}
{{ end }}
-
+
{{ partial "printsinglebody.html" . }}
{{ .Content }}
{{ .Scratch.Set "alreadyRendered" true }}
@@ -123,7 +128,7 @@
{{ if gt (len .Title) 54 }}
{{ $tit = printf "%s…" (substr .Title 0 50) }}
{{ end }}
-
+
{{ partial "printsinglebody.html" . }}
{{ .Content }}
{{ $k := $s.Get (printf "/%s" .File) }}
diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/logo/800x418.png b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/logo/800x418.png
new file mode 100644
index 0000000..4595f4c
Binary files /dev/null and b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/logo/800x418.png differ
diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/logo/800x800.png b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/logo/800x800.png
new file mode 100644
index 0000000..84656c8
Binary files /dev/null and b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/logo/800x800.png differ
diff --git a/_vendor/modules.txt b/_vendor/modules.txt
index 49968f6..6788bac 100644
--- a/_vendor/modules.txt
+++ b/_vendor/modules.txt
@@ -1,2 +1,2 @@
-# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210909101824-3c20212a423a
+# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210909152529-7aabfbd0c200
# git.sandpoints.org/Drawwell/SandpointsEditPage v0.0.0-20210825011616-e019d8a4d186
diff --git a/config.toml b/config.toml
index c40b400..0d47673 100644
--- a/config.toml
+++ b/config.toml
@@ -9,6 +9,7 @@ keyword = "keywords"
[params]
description = "Annotazioni condivise da CampoSud"
+images = ["/logo/800x418.png"]
# sandpointsGiteaUrl = "https://git.sandpoints.org/Drawwell/SimpleSandpoints"
sandpointsGiteaUrl = "https://git.sandpoints.org/CampoSud/SpectreOfReflections"
sandpointsCatalogName = "camposud"