feat: add social links in footer

This commit is contained in:
Mathias Schopmans
2024-03-01 10:33:11 +01:00
committed by Mathias Schopmans
parent 0eb6997efa
commit 5ef0f07822
13 changed files with 164 additions and 3 deletions

View File

@@ -36,6 +36,10 @@ export function getReleases(): string[] {
return data.releases;
}
export function getSocialLinks() {
return config.social;
}
export function getTags(): string[] {
return data.tags;
}