From 562dc1ce7ad40652d1bdc330ed70b74666282934 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 15 Jun 2024 11:33:47 +0100 Subject: [PATCH] Add game bookmark --- config.toml | 1 + layouts/partials/svg.html | 2 ++ 2 files changed, 3 insertions(+) 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") -}}