mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Fix wrong hyperlink on website home page (#785)
Fix wrong url path in website
This commit is contained in:
parent
35877a3fd9
commit
197ec492f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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") %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue