tags: add bird tag description

This commit is contained in:
eggy 2022-10-24 23:05:11 -04:00
parent 8b7f3460d7
commit b3c365fdd0

View File

@ -40,5 +40,10 @@ export const tagInfo: Record<string, TagData> = {
description:
'Articles about free and open source software. Also available on <a href="https://medium.com/the-foss-albatross">Medium</a>.',
},
birds: {
name: "Bird Family",
description:
"A large, loving family of birds who have found in each other a kindred soul for eternal suffering.",
},
};
export default tagInfo;