Chore: don't add 'personal' theme to taginfo-project-files as it spams taginfo

This commit is contained in:
Pieter Vander Vennet 2024-11-01 14:08:06 +01:00
parent f7b5db9ec3
commit fca916bd05

View file

@ -206,6 +206,9 @@ function main() {
if (layout.hideFromOverview) {
continue
}
if(layout.id === "personal"){
continue
}
files.push(generateTagInfoEntry(layout))
}
generateProjectsOverview(Utils.NoNull(files))