cleaned up structure, added styled components

This commit is contained in:
Xetera
2019-07-26 15:27:27 -07:00
parent e7770c3b96
commit 69fc1a3dbd
17 changed files with 265 additions and 120 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import * as React from "react";
import { graphql } from "gatsby";
import Layout from "../components/layout";
import Layout from "../components/Layout";
const LanguagePost = ({ data }) => {
const { html } = data.file.post;