(entry: SectionPageEntry)
| 119 | `Libros gratis de ${entry.displayName} en español`; |
| 120 | |
| 121 | export const getSectionMetaTitle = (entry: SectionPageEntry) => |
| 122 | `${getSectionPageTitle(entry)} | ${siteConfig.name}`; |
| 123 | |
| 124 | export const getSectionMetaDescription = (entry: SectionPageEntry) => |
| 125 | truncateAtWord( |
nothing calls this directly
no test coverage detected