Pluralize feeds feature names

master
Will Faught 5 months ago
parent 1ca45e68c5
commit 442a68ea95

@ -13,7 +13,7 @@ Paige is designed to put your content front and center, avoiding the typical clu
## Features ## Features
- Accessibility - Accessibility
- Atom feed - Atom feeds
- Authors - Authors
- Blog - Blog
- Bootstrap styles and icons - Bootstrap styles and icons
@ -40,7 +40,7 @@ Paige is designed to put your content front and center, avoiding the typical clu
- Quote shortcode - Quote shortcode
- Responsive - Responsive
- Right-to-left languages - Right-to-left languages
- RSS feed - RSS feeds
- Safari and Firefox Reader View support - Safari and Firefox Reader View support
- Search - Search
- Sections - Sections

@ -2,7 +2,7 @@ demosite = "https://willfaught.com/paige"
description = "Powerful, pliable pixel perfection. An advanced Hugo theme." description = "Powerful, pliable pixel perfection. An advanced Hugo theme."
features = [ features = [
"accessibility", "accessibility",
"atom feed", "atom feeds",
"authors", "authors",
"blog", "blog",
"bootstrap styles and icons", "bootstrap styles and icons",
@ -29,7 +29,7 @@ features = [
"quote shortcode", "quote shortcode",
"responsive", "responsive",
"right-to-left languages", "right-to-left languages",
"rss feed", "rss feeds",
"safari and firefox reader view support", "safari and firefox reader view support",
"search", "search",
"sections", "sections",

Loading…
Cancel
Save