diff --git a/src/templates/mdPageTemplate.tsx b/src/templates/mdPageTemplate.tsx index f9cb91e..c783a77 100644 --- a/src/templates/mdPageTemplate.tsx +++ b/src/templates/mdPageTemplate.tsx @@ -3,6 +3,7 @@ import {graphql, PageProps, Link} from 'gatsby'; import Layout from '../components/Layout'; import {Query} from '../../graphql-types'; import Helmet from 'react-helmet'; +import logo from '../../static/logo-square-wob.png'; const MdPageTemplate: React.FC> = ({data}) => { @@ -22,6 +23,12 @@ const MdPageTemplate: React.FC> = ({data}) => { {post.frontmatter?.title} + + + + + + {post.frontmatter.description ? ( diff --git a/static/logo-square-wob.png b/static/logo-square-wob.png new file mode 100644 index 0000000..edbc2a5 Binary files /dev/null and b/static/logo-square-wob.png differ