Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pichot committed Oct 2, 2020
1 parent 10f65f6 commit 6cd02b0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/pages/KitTerritoires.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,17 @@ import PageContent from "~/components/PageContent.vue";
export default {
metaInfo: {
title: "Kit territoires",
title: "Kit territoires des élus",
meta: [
{key: 'description', property: 'description', content: 'Guide des services publics numériques offert aux colléctivités'}
// Twitter Card
{key:'twitter:title', property: 'twitter:title', content: 'Kit territoires des élus'},
{key:'twitter:description', property: 'twitter:description', content: "Guide des services publics numériques offert aux colléctivités"},
// Facebook OpenGraph
{key:'og:title', property: 'og:title', content: "Kit territoires des élus"},
{key:'og:site_name', property: 'og:site_name', content: "Incubateur des Territoires"},
{key:'og:description', property: 'og:description', content: "Guide des services publics numériques offert aux colléctivités"}
]
},
components: {
PageTitle,
Expand Down

0 comments on commit 6cd02b0

Please sign in to comment.