{"version":3,"file":"component---src-templates-sozlesme-theme-js-8de7f616461c811635ec.js","mappings":"iKAGMA,EAAAA,SAAAA,GACF,WAAYC,GAAQ,IAAD,SACf,cAAMA,IAAN,MACKC,MAAQ,CACTC,MAAO,KACPC,UAAU,GAJC,EAuBlB,OAxBCJ,EAAAA,EAAAA,GAAAA,EAAAA,GAOD,YAEDK,OAAA,WACI,OACI,2BAASC,GAAG,cAER,uBAAKC,UAAU,+BACX,sBAAIC,SAAS,YAAYC,KAAKR,MAAMS,WAEpC,sBAAIH,UAAU,cACV,sBAAIA,UAAU,mBAAkB,gBAAC,EAAAI,KAAD,CAAMC,GAAG,KAAT,WAChC,sBAAIL,UAAU,yBAAyB,eAAa,QAAQE,KAAKR,MAAMS,eAM1F,EAxBCV,CAAmBa,EAAAA,WA2BzB,O,uFCzBe,SAASC,EAAT,GAA+B,IAAbC,EAAY,EAAZA,SAC/B,OACE,gCACE,uBAAKR,UAAWS,EAAAA,GAAW,aAAe,eACxC,uBAAKT,UAAU,WAAWQ,GAC1B,gBAAC,IAAD,U,wHCuCR,UA9ByB,SAAC,GAAwB,IAAtBE,EAAqB,EAArBA,KACpBC,GADyC,EAAfC,SACnBF,EAAKG,gBAElB,OACE,gBAAC,IAAD,KACE,gBAAC,IAAD,CACEC,MAAOH,EAAKI,YAAYD,MACxBE,YAAaL,EAAKI,YAAYC,aAAeL,EAAKM,UAEpD,gBAAC,IAAD,MACA,gBAAC,IAAD,CAAYd,UAAWQ,EAAKI,YAAYD,MAAOI,aAAa,KAC5D,4BACE,gBAAC,IAAD,KACE,gBAAC,IAAD,CAAKlB,UAAU,OAAO,WAAUmB,EAAAA,GAAO,KAAO,WAAa,oBAAmBA,EAAAA,GAAO,KAAO,OAAS,kBAAiBA,EAAAA,GAAO,KAAO,QAClI,gBAAC,IAAD,CACEC,wBAAyB,CAAEC,OAAQV,EAAKW,MACxCrB,SAAS,iBAGb,gBAAC,IAAD,KACE,gBAAC,IAAD,KACE,qBAAGD,UAAU,YAAW,yBAAOA,UAAU,cAAjB,mBAA+CW,EAAKI,YAAYQ","sources":["webpack://gatsby-starter-blog/./src/components/breadcrumb.js","webpack://gatsby-starter-blog/./src/components/layout.js","webpack://gatsby-starter-blog/./src/templates/sozlesme-theme.js"],"sourcesContent":["import React, { Component } from 'react';\nimport { Link } from \"gatsby\";\n\nclass Breadcrumb extends Component {\n constructor(props) {\n super(props);\n this.state = {\n error: null,\n isLoaded: false,\n };\n }\n\n render() {\n return (\n
\n\n
\n

{this.props.pageTitle}

\n {/* {this.props.subPageTitle} */}\n
    \n
  1. PUSULA
  2. \n
  3. {this.props.pageTitle}
  4. \n
\n
\n\n
\n )\n }\n}\n\nexport default Breadcrumb;","import * as React from \"react\"\n\nimport { isMobile } from 'react-device-detect';\nimport Footer from './footer'\n\nexport default function Layout({ children }) {\n return (\n <>\n
\n
{children}
\n
\n \n )\n}\n","import * as React from \"react\"\nimport { graphql } from \"gatsby\"\n\nimport Layout from \"../components/layout\"\nimport Seo from \"../components/seo\"\n\n\n\nimport Header from '../components/header'\nimport Breadcrumb from '../components/breadcrumb'\n\nimport Container from 'react-bootstrap/Container'\nimport Row from 'react-bootstrap/Row'\nimport Col from 'react-bootstrap/Col'\n\nimport {\n isIE\n} from 'react-device-detect';\n\nconst SozlesmeTemplate = ({ data, location }) => {\n const post = data.markdownRemark\n\n return (\n \n \n
\n \n
\n \n \n \n \n \n \n

Son güncelleme: {post.frontmatter.date}

\n \n
\n
\n
\n \n )\n}\n\nexport default SozlesmeTemplate\n\nexport const pageQuery = graphql`\n query SozlesmeBySlug(\n $id: String!\n ) {\n site {\n siteMetadata {\n title\n }\n }\n markdownRemark(id: { eq: $id }) {\n id\n excerpt(pruneLength: 160)\n html\n frontmatter {\n title\n date(formatString: \"DD MMMM YYYY\", locale: \"tr\")\n description\n }\n }\n }\n`\n"],"names":["Breadcrumb","props","state","error","isLoaded","render","id","className","itemProp","this","pageTitle","Link","to","Component","Layout","children","isMobile","data","post","location","markdownRemark","title","frontmatter","description","excerpt","subPageTitle","isIE","dangerouslySetInnerHTML","__html","html","date"],"sourceRoot":""}