Update quartz.layout.ts

This commit is contained in:
enneaa 2025-03-18 19:55:11 +08:00 committed by GitHub
parent 75530659c9
commit a639166a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,8 @@ export const sharedPageComponents: SharedLayout = {  
afterBody: [], afterBody: [],
footer: Component.Footer({  footer: Component.Footer({ 
links: { links: {
RSS: "https://enneaaa.netlify.app/feed.xml",    RSS: "https://enneaa.netlify.app/feed.xml",   
"Scroll to top ↑": "#",  "Scroll to top ↑": "#",  
}, },
}), }),
} }