diff options
Diffstat (limited to 'services/nuldoc/nuldoc-src/components/GlobalFooter.ts')
| -rw-r--r-- | services/nuldoc/nuldoc-src/components/GlobalFooter.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/services/nuldoc/nuldoc-src/components/GlobalFooter.ts b/services/nuldoc/nuldoc-src/components/GlobalFooter.ts deleted file mode 100644 index 313a01c5..00000000 --- a/services/nuldoc/nuldoc-src/components/GlobalFooter.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { Config } from "../config.ts"; -import { Element, footer } from "../dom.ts"; - -export default function GlobalFooter({ config }: { config: Config }): Element { - return footer( - { class: "footer" }, - `© ${config.site.copyrightYear} ${config.site.author}`, - ); -} |
