{{- range . }}
-
+
{{ partial "svg.html" . }}
{{- end }}
diff --git a/layouts/partials/templates/schema_json.html b/layouts/partials/templates/schema_json.html
index 74abbb5e..435cba51 100644
--- a/layouts/partials/templates/schema_json.html
+++ b/layouts/partials/templates/schema_json.html
@@ -11,7 +11,7 @@
{{- if site.Params.schema.sameAs }}
{{ range $i, $e := site.Params.schema.sameAs }}{{ if $i }}, {{ end }}{{ trim $e " " }}{{ end }}
{{- else}}
- {{ range $i, $e := site.Params.SocialIcons }}{{ if $i }}, {{ end }}{{ trim $e.url " " }}{{ end }}
+ {{ range $i, $e := site.Params.SocialIcons }}{{ if $i }}, {{ end }}{{ trim $e.url " " | safeURL }}{{ end }}
{{- end}}
]
}
From faa73a4ee88f0b973e75d3589370db3a2e491130 Mon Sep 17 00:00:00 2001
From: Markus Dick <47363631+MarkusDick@users.noreply.github.com>
Date: Sun, 23 Jul 2023 10:36:25 +0200
Subject: [PATCH 07/54] add printables and thingiverse logo (#1216)
source of the logos is simpleicons.org
---
layouts/partials/svg.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html
index 79980b19..48b83edf 100644
--- a/layouts/partials/svg.html
+++ b/layouts/partials/svg.html
@@ -483,6 +483,10 @@
+{{- else if (eq $icon_name "printables") -}}
+
{{- else if (eq $icon_name "qq") -}}
+{{- else if (eq $icon_name "thingiverse") -}}
+
{{- else if (eq $icon_name "threads") -}}
+{{- else if (eq $icon_name "rootme") -}}
+
{{- else if (eq $icon_name "rss") -}}
\ No newline at end of file
+ {{- if (cond ($custom) (in $ShareButtons "ycombinator") (true)) }}
+