Skip to content

Commit 7bd8b3d

Browse files
committed
fix broken link
1 parent 37bcccd commit 7bd8b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- header -->
1010
<div class="flex items-baseline justify-between gap-4 px-4 py-3 md:px-6">
1111
{% include chip.html text="Recent ↓" %}
12-
{% include chip.html href="/notes/" text="View all →" %}
12+
{% include chip.html href="/archive/" text="View all →" %}
1313
</div>
1414

1515
{% assign items = site.notes | sort: "date" | reverse %}

0 commit comments

Comments
 (0)