feat: add social links in footer
This commit is contained in:
committed by
Mathias Schopmans
parent
0eb6997efa
commit
5ef0f07822
@@ -36,6 +36,10 @@ export function getReleases(): string[] {
|
||||
return data.releases;
|
||||
}
|
||||
|
||||
export function getSocialLinks() {
|
||||
return config.social;
|
||||
}
|
||||
|
||||
export function getTags(): string[] {
|
||||
return data.tags;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user