Chore: don't add 'personal' theme to taginfo-project-files as it spams taginfo
This commit is contained in:
parent
f7b5db9ec3
commit
fca916bd05
1 changed files with 3 additions and 0 deletions
|
@ -206,6 +206,9 @@ function main() {
|
|||
if (layout.hideFromOverview) {
|
||||
continue
|
||||
}
|
||||
if(layout.id === "personal"){
|
||||
continue
|
||||
}
|
||||
files.push(generateTagInfoEntry(layout))
|
||||
}
|
||||
generateProjectsOverview(Utils.NoNull(files))
|
||||
|
|
Loading…
Reference in a new issue