We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bcccd commit 7bd8b3dCopy full SHA for 7bd8b3d
1 file changed
_layouts/home.html
@@ -9,7 +9,7 @@
9
<!-- header -->
10
<div class="flex items-baseline justify-between gap-4 px-4 py-3 md:px-6">
11
{% include chip.html text="Recent ↓" %}
12
- {% include chip.html href="/notes/" text="View all →" %}
+ {% include chip.html href="/archive/" text="View all →" %}
13
</div>
14
15
{% assign items = site.notes | sort: "date" | reverse %}
0 commit comments