Fix wrong hyperlink on website home page (#785)

Fix wrong url path in website
This commit is contained in:
Brian Wo 2022-10-09 06:44:04 +08:00 committed by Keavon Chambers
parent 35877a3fd9
commit 197ec492f2

View file

@ -301,7 +301,7 @@
<section id="recent-news" class="feature-box">
<div class="box">
<h1 class="box-header">Recent News <span> / </span> <a href="/features" class="link arrow">More in the Blog</a></h1>
<h1 class="box-header">Recent News <span> / </span> <a href="/blog" class="link arrow">More in the Blog</a></h1>
<hr />
<div class="diptych">
{% set articles = get_section(path="blog/_index.md") %}