diff --git a/config.toml b/config.toml
index bdcfa702..8349aa38 100644
--- a/config.toml
+++ b/config.toml
@@ -67,6 +67,7 @@ date = ["date", "publishDate", "lastmod", ":git"]
post = "document"
bookmarks = "bookmark"
article-bookmark = "bookmark"
+ game-bookmark = "game"
video-bookmark = "video"
product-bookmark = "package"
notes = "message"
diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html
index aece36a8..4065b661 100644
--- a/layouts/partials/svg.html
+++ b/layouts/partials/svg.html
@@ -64,6 +64,8 @@
{{- else if (eq .name "fitbit") -}}
+{{- else if (eq .name "game") -}}
+
{{- else if (eq .name "git") -}}
{{- else if (eq .name "gitea") -}}