Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 4, 2025
1 parent 41c15f8 commit 0231571
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/notes/search.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
import Main from '../../layouts/Main.astro'
import { getCollection } from 'astro:content'
import SearchBar from '../../components/SearchBar.astro'
const allNotes = await getCollection('notes')
allNotes.sort((a, b) => Date.parse(b.data.pubDate) - Date.parse(a.data.pubDate))
---

<Main
Expand Down

0 comments on commit 0231571

Please sign in to comment.