MCPcopy Create free account
hub / github.com/codecombat/codecombat / getMeta

Method getMeta

app/views/HomeCNView.js:71–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 getMeta () {
72 return {
73 title: $.i18n.t('new_home.title_coco'),
74 meta: [
75 { vmid: 'meta-description', name: 'description', content: $.i18n.t('new_home.meta_description_coco') }
76 ],
77 link: [
78 { vmid: 'rel-canonical', rel: 'canonical', href: '/' }
79
80 ]
81 }
82 }
83
84 getMandate () {
85 this.homeCN = this.mandate.get('0').homeCN

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected