feat: add contact page
This commit is contained in:
parent
8785c3d23b
commit
b2e692b6e9
3 changed files with 95 additions and 1 deletions
|
@ -10,6 +10,5 @@ export default {
|
|||
social: {
|
||||
github: "https://github.com/wonderfulfrog",
|
||||
mastodon: "https://mastodon.social/@wonderfulfrog",
|
||||
lastfm: "https://www.last.fm/user/wonderfulfrog",
|
||||
},
|
||||
};
|
||||
|
|
|
@ -27,6 +27,10 @@ export default {
|
|||
},
|
||||
],
|
||||
bottom: [
|
||||
{
|
||||
text: "Contact",
|
||||
url: "/contact",
|
||||
},
|
||||
{
|
||||
text: "Colophon",
|
||||
url: "/colophon",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue