{"version":3,"sources":["webpack:///./src/templates/category.js"],"names":["Category","pageContext","name","posts","title","className","toUpperCase","map","post"],"mappings":"sJAwBeA,UAlBE,SAAC,GAAqB,IAAnBC,EAAkB,EAAlBA,YACVC,EAAgBD,EAAhBC,KAAMC,EAAUF,EAAVE,MAEd,OACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAOF,IACZ,yBAAKG,UAAU,eACXH,EAAKI,eAGPH,EAAMI,KAAI,SAAAC,GAAI,OACZ,kBAAC,IAAD,CAASA,KAAMA","file":"component---src-templates-category-js-aba92cd44c2ab09904c9.js","sourcesContent":["import React from 'react'\r\n\r\nimport Layout from \"../components/layout\"\r\nimport SEO from \"../components/seo\"\r\nimport Excerpt from \"../components/excerpt\"\r\n\r\nconst Category = ({ pageContext }) => {\r\n const { name, posts } = pageContext\r\n\r\n return (\r\n \r\n \r\n
\r\n { name.toUpperCase() }\r\n
\r\n {\r\n posts.map(post => (\r\n \r\n ))\r\n }\r\n
\r\n )\r\n}\r\n\r\nexport default Category"],"sourceRoot":""}