Plume/src
zcdunn 06d6bd361a Add categories to web manifest (#434)
This pull request add a `categories` key to the web manifest. The categories key was [recently added](https://www.aaron-gustafson.com/notebook/categories-land-in-the-web-app-manifest/ "Blog post detailing the addition of categories to the spec") to the Web Manifest spec and is a list of categorizations you want to apply to your site that serves as a hint to search engines and webapp catalogs.

The categories can be anything and there is no standardized list of vaues. The W3C is maintaining a list of commonly used values [here](https://github.com/w3c/manifest/wiki/Categories). I added _social_ to Plume's manifest based on that list, but I think eventually allowing a user defined list would be better. I don't know if there's anything in Plume currently that would enable that.
2019-01-24 13:16:48 +01:00
..
api Avoid panics (#392) 2018-12-29 09:36:07 +01:00
routes Add categories to web manifest (#434) 2019-01-24 13:16:48 +01:00
inbox.rs Avoid panics (#392) 2018-12-29 09:36:07 +01:00
main.rs Avoid panics (#392) 2018-12-29 09:36:07 +01:00
template_utils.rs Allow to keep query params in paginate 2018-12-12 00:52:26 +01:00