From bc1d46dc199cd698d2037c6081f0e4b46bc59c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 3 Feb 2023 21:53:17 +0000 Subject: [PATCH] :bug: fixed github null language --- layouts/shortcodes/github.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/github.html b/layouts/shortcodes/github.html index 5c7e21b0..d139e987 100644 --- a/layouts/shortcodes/github.html +++ b/layouts/shortcodes/github.html @@ -20,9 +20,9 @@
- +
- {{ .language }} + {{ if .language }} {{ .language }} {{ else }} null {{ end }}