From 1fad633ea28831dcad9077c4567c80b9c4b8e79a Mon Sep 17 00:00:00 2001 From: mms Date: Fri, 20 Sep 2024 22:37:54 +0200 Subject: feat: scummvm --- layouts/partials/blog/cross-site-post.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layouts') diff --git a/layouts/partials/blog/cross-site-post.html b/layouts/partials/blog/cross-site-post.html index 2a9f77b..b438467 100644 --- a/layouts/partials/blog/cross-site-post.html +++ b/layouts/partials/blog/cross-site-post.html @@ -8,6 +8,8 @@ {{ $section = "Unix History" }} {{ else if eq .Section "star-trek" }} {{ $section = "Star Trek" }} +{{ else if eq .Section "bsd" }} + {{ $section = "Guide to BSD" }} {{ end }}