diff --git a/src/templates/book-single.js b/src/templates/book-single.js index 1dbdfca6d8cd..d077f13b9e2c 100644 --- a/src/templates/book-single.js +++ b/src/templates/book-single.js @@ -48,5 +48,5 @@ export default BookSinglePage; export const Head = ({ data }) => { - return ; + return ; }; \ No newline at end of file diff --git a/src/templates/career-single.js b/src/templates/career-single.js index aa19c8f5ff5a..b3ba1dfbd622 100644 --- a/src/templates/career-single.js +++ b/src/templates/career-single.js @@ -14,6 +14,7 @@ export const query = graphql` title, type, location, + abstract, start_date, duration, salary, @@ -41,5 +42,5 @@ const CareerSinglePage = ({ data }) => { export default CareerSinglePage; export const Head = ({ data }) => { - return ; + return ; }; \ No newline at end of file diff --git a/src/templates/integrations.js b/src/templates/integrations.js index 10a1d386efba..e8a954a7dbea 100644 --- a/src/templates/integrations.js +++ b/src/templates/integrations.js @@ -54,5 +54,5 @@ const Integrations = ({ data }) => { export default Integrations; export const Head = ({ data }) => { - return ; + return ; }; \ No newline at end of file diff --git a/src/templates/workshop-single.js b/src/templates/workshop-single.js index b4474cb6ecb4..d3592b98dcc0 100644 --- a/src/templates/workshop-single.js +++ b/src/templates/workshop-single.js @@ -52,5 +52,5 @@ const WorkshopSingle = ({ data }) => { export default WorkshopSingle; export const Head = ({ data }) => { - return ; + return ; }; \ No newline at end of file