Merge branch 'main' into ozaki/showcase

This commit is contained in:
ozakione 2024-04-16 16:56:32 +02:00
commit 1fb54b6c28
39 changed files with 3101 additions and 2195 deletions

View file

@ -76,4 +76,7 @@ export const ThemeClassNames = {
blogFooterTagsRow: 'theme-blog-footer-tags-row',
blogFooterEditMetaRow: 'theme-blog-footer-edit-meta-row',
},
pages: {
pageFooterEditMetaRow: 'theme-pages-footer-edit-meta-row',
},
} as const;