This commit is contained in:
parent
441148fe84
commit
04b9cff4fe
@ -2,6 +2,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro
|
||||
import style from "./styles/footer.scss"
|
||||
import { version } from "../../package.json"
|
||||
import { i18n } from "../i18n"
|
||||
import script from "./scripts/_randomPage.inline"
|
||||
|
||||
interface Options {
|
||||
links: Record<string, string>
|
||||
@ -41,5 +42,6 @@ export default ((opts?: Options) => {
|
||||
}
|
||||
|
||||
Footer.css = style
|
||||
Footer.afterDOMLoaded = script
|
||||
return Footer
|
||||
}) satisfies QuartzComponentConstructor
|
||||
|
Loading…
Reference in New Issue
Block a user