sitemap
This commit is contained in:
parent
dbf716c7c4
commit
ea8535130d
7 changed files with 13071 additions and 114 deletions
|
@ -9,11 +9,11 @@ h1, h2, h3, h4, h5 {
|
|||
}
|
||||
|
||||
h1 {
|
||||
@apply text-3xl;
|
||||
@apply text-4xl;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@apply text-xl;
|
||||
@apply text-2xl;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
|
|
@ -7,13 +7,10 @@ import Helmet from 'react-helmet';
|
|||
const MdPageTemplate: React.FC<PageProps<Query>> = ({data}) => {
|
||||
|
||||
const post = data.markdownRemark;
|
||||
const richData = {
|
||||
}
|
||||
|
||||
|
||||
return (
|
||||
<Layout>
|
||||
<div className="max-w-screen-sm mx-auto">
|
||||
<div className="max-w-screen-md mx-auto">
|
||||
<Link to="/blog" className="block mb-2">
|
||||
<< Back to post list
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue