Skip to content

Commit

Permalink
Issue kodilan-com#52 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
izerozlu committed Aug 17, 2019
1 parent 352b9e0 commit 77fc537
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import JobSpotlight from '../shared/JobSpotlight';
import Testimonials from '../shared/Testimonials';
import InfoBanner from '../shared/InfoBanner';
import Subscribe from '../shared/Subscribe';
import homeMetaInfoMixin from '../../mixins/homeMetaInfo';
export default {
mixins: [homeMetaInfoMixin],
components: {
RecentJobsList,
JobSpotlight,
Expand Down
3 changes: 3 additions & 0 deletions src/mixins/homeMetaInfo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
metaInfo() { return { title: 'Kodilan.com' }; },
};

0 comments on commit 77fc537

Please sign in to comment.