From e3afbaf6f051154993013412e831fc16c6a48570 Mon Sep 17 00:00:00 2001 From: yangyf83 Date: Fri, 28 Apr 2023 10:26:05 +0800 Subject: [PATCH] fix: A bug in the OSS contribution's link a typo that leads a wrong link in the part of the OSS contribution. --- _includes/oss-contributions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/oss-contributions.html b/_includes/oss-contributions.html index f3693e0..f3c177b 100644 --- a/_includes/oss-contributions.html +++ b/_includes/oss-contributions.html @@ -21,7 +21,7 @@ {% if contribution.link %} - {{ contribution.title }} + {{ contribution.title }} {% else %} {{ contribution.title }} {% endif %} @@ -37,4 +37,4 @@ -{% endif %} \ No newline at end of file +{% endif %}