Skip to content

Commit

Permalink
Configure a basic footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Nov 12, 2024
1 parent cd92d0e commit 4a74491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@ export default defineConfig({
{ icon: "github", link: "https://github.com/unlicense" },
{ icon: "twitter", link: "https://x.com/bendiken" },
],
footer: {
message:
'Created and maintained <a href="https://ar.to/2010/01/set-your-code-free">since 2010</a> by <a href="https://ar.to">Arto Bendiken</a> (find him on <a href="https://x.com/bendiken">X</a>, <a href="https://github.com/artob">GitHub</a>, and <a href="https://www.linkedin.com/in/arto">LinkedIn</a>)',
},
},
});

0 comments on commit 4a74491

Please sign in to comment.