Skip to content

Commit

Permalink
Updated metadata for the 3 static files
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 committed Nov 10, 2021
1 parent 804f481 commit a7b04d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/templates/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ const KusiHome = ({ data, location, pageContext }) => {
<MetaData
data={data}
location={location}
type="article"
title="Documentation"
description="Documentation starting page"
type="WebSite"
/>
{/* <Helmet>
<style type="text/css">{`${page.codeinjection_styles}`}</style>
Expand Down
4 changes: 3 additions & 1 deletion src/templates/podcast.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ const Podcast = ({ data, location, pageContext }) => {
<MetaData
data={data}
location={location}
type="article"
title="Podcasts"
description="Podcasts page"
type="WebSite"
/>
{/* <Helmet>
<style type="text/css">{`${page.codeinjection_styles}`}</style>
Expand Down
4 changes: 3 additions & 1 deletion src/templates/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ const Portfolio = ({ data, location, pageContext }) => {
<MetaData
data={data}
location={location}
type="article"
title="Portfolio"
description="Personal portfolio page"
type="WebSite"
/>
<Layout footer={true} isPost={false} bodyClass="is-portfolio">
<header className="topic-header">
Expand Down

0 comments on commit a7b04d8

Please sign in to comment.