From 197ec492f2209930ab66e13be1fd5874ace6ecd4 Mon Sep 17 00:00:00 2001 From: Brian Wo <45139213+brainwo@users.noreply.github.com> Date: Sun, 9 Oct 2022 06:44:04 +0800 Subject: [PATCH] Fix wrong hyperlink on website home page (#785) Fix wrong url path in website --- website/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/templates/index.html b/website/templates/index.html index c28a85805..0540d7106 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -301,7 +301,7 @@
-

Recent News / More in the Blog

+

Recent News / More in the Blog


{% set articles = get_section(path="blog/_index.md") %}