css fixes, add recent notes, more robust quartz update

This commit is contained in:
Jacky Zhao
2023-08-20 12:46:37 -07:00
parent 5adf3c67a8
commit 236130ac22
8 changed files with 128 additions and 14 deletions

View File

@ -15,6 +15,7 @@ import Search from "./Search"
import Footer from "./Footer"
import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
export {
ArticleTitle,
@ -34,4 +35,5 @@ export {
Footer,
DesktopOnly,
MobileOnly,
RecentNotes,
}