Finished section for music

- Finished listing of musical compositions
- Slight update to listing of blog posts
- Updating api.js
- Fixed dark/light mode in some pages (font color)
This commit is contained in:
2024-06-17 11:58:32 +02:00
parent 915ff6ede6
commit 3b33ffa05d
18 changed files with 227 additions and 107 deletions

View File

@ -104,5 +104,24 @@ export const en = {
},
],
/*
Blog page
*/
blog: {
title: "Blog lorem",
description: "Bloog description here",
},
/*
Page with musical compositions
*/
music: {
title: "lorem ipsum dolor sit amer cons",
description: "longegengegeg eg eg e geg eg eg eg eg eg eg eg eg eg e ge ge eg eg eg eg egge eg eg eg eg eg e eg ge g g ee geg eg eg e geg eg eg eg eg eg eg eg g e",
downloadPDF: "Download PDF",
downloadMP3: "Download MP3",
downloadFLAC: "Download FLAC"
},
postsTagged: "All posts tagged with",
};