{"version":3,"file":"component---themes-main-themes-blog-theme-src-templates-blog-details-jsx-c5d0d2023afa8fa41bd6.js","mappings":"mIAEMA,EAAQ,OAAH,UAAX,MAIA,O,mCCJMA,EAAQ,OAAH,UAAX,KAIA,O,yFC0DA,UAxD4B,SAAC,GAAD,IAAGC,EAAH,EAAGA,KAAH,OACxB,QAAC,KAAD,CAAQD,MAAOA,EAAAA,IACX,QAAC,IAAD,CAAKE,SAAS,OAAOC,YAAU,KAC/B,QAAC,KAAD,CAAUC,WAAS,EAACH,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMI,OAAWJ,MAAAA,OAAxB,EAAwBA,EAAMK,eACtD,gBAAMC,UAAU,iBACZ,QAAC,KAAD,CACIN,KAAI,iBACGA,EAAKO,QADR,CAEAC,QAASR,EAAKS,KAAKC,aAAaF,cAI5C,QAAC,KAAD,CAAUR,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMW,OAAWX,MAAAA,OAAxB,EAAwBA,EAAMY","sources":["webpack://local-demo/./src/gatsby-theme-boseo/themes/base-theme.js","webpack://local-demo/../../themes/main-themes/boseo-theme/src/gatsby-theme-blog/themes/index.js","webpack://local-demo/../../themes/main-themes/blog-theme/src/templates/blog-details.jsx"],"sourcesContent":["import { baseTheme } from \"@boseo/shared/themes\";\n\nconst theme = {\n ...baseTheme,\n};\n\nexport default theme;\n","import baseTheme from \"../../themes/base-theme\";\n\nconst theme = {\n ...baseTheme,\n};\n\nexport default theme;\n","import React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { graphql } from \"gatsby\";\nimport { SEO } from \"gatsby-theme-core\";\nimport { Layout, Header01, Footer01 } from \"gatsby-theme-layout\";\nimport { BlogDetails01 } from \"gatsby-theme-container\";\nimport theme from \"../themes\";\n\nconst BlogDetailsTemplate = ({ data }) => (\n \n \n \n
\n \n
\n \n
\n);\n\nexport const query = graphql`\n query BlogDetailsTemplateQuery($slug: String!) {\n site {\n siteMetadata {\n siteUrl\n }\n }\n header: general(section: { eq: \"header-01\" }) {\n ...Header01\n }\n navigation: general(section: { eq: \"menu\" }) {\n ...Menu01\n }\n footer: general(section: { eq: \"footer-01\" }) {\n ...Footer01\n }\n contact: general(section: { eq: \"contact\" }) {\n ...Contact01\n }\n article(slug: { eq: $slug }) {\n ...ArticleDetails\n }\n }\n`;\n\nBlogDetailsTemplate.propTypes = {\n data: PropTypes.shape({\n site: PropTypes.shape({\n siteMetadata: PropTypes.shape({\n siteUrl: PropTypes.string,\n }),\n }),\n header: PropTypes.shape({}),\n navigation: PropTypes.shape({}),\n footer: PropTypes.shape({}),\n contact: PropTypes.shape({}),\n article: PropTypes.shape({}),\n }),\n};\n\nexport default BlogDetailsTemplate;\n"],"names":["theme","data","pageName","isBlogPost","hasBorder","header","navigation","className","article","siteUrl","site","siteMetadata","footer","contact"],"sourceRoot":""}