';
// Check if every directory name is short (≤15 characters) and no files are present
const areAllShort = data.directories.every(dir => dir.name.length <= 15) && data.files.length === 0;
- if (areAllShort) {
+ if (areAllShort & data.breadcrumbs.length != 1) {
contentHTML += '