fix: headers + excerpt

This commit is contained in:
Cory Dransfeldt 2024-09-01 22:45:08 -07:00
parent 84b718f24e
commit f4530c30e2
No known key found for this signature in database
7 changed files with 13 additions and 8 deletions

View file

@ -137,8 +137,8 @@ export default {
if (rating) processedEntry['rating'] = rating
if (tags) processedEntry['tags'] = tags
if (type === 'album-release') {
processedEntry['excerpt'] = `Check out the new release: <a href="${url}">${url}</a>`
processedEntry['content'] = `Check out the new release: ${url}`
processedEntry['excerpt'] = 'Check out the new release!'
processedEntry['content'] = 'Check out the new release!'
}
if (entry) posts.push(processedEntry)