Skip to content

Commit

Permalink
Publish www, ipfs, hyper
Browse files Browse the repository at this point in the history
  • Loading branch information
errbufferoverfl committed Sep 9, 2023
1 parent 35affb8 commit f5608de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/note-display.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="#recent-notes">
<h2 id="recent-notes">Recent Notes</h2>
</a>
{{ $notes := where .Site.RegularPages "Section" "notebook" }}
{{ $notes := where .Site.RegularPages "Section" "the-notebook" }}
<ul class="delay t-3 stagger">
{{- range first 2 (sort $notes ".Date" "desc") -}}
<li>
Expand Down

0 comments on commit f5608de

Please sign in to comment.