Update various: removed euromat occurences, changed Meta URL

This commit is contained in:
Willi Junga 2022-02-02 23:14:59 +01:00
parent 73e124ee2d
commit f9b3d1031c
Signed by: willi.junga
GPG Key ID: 01F0DC7C8D1DCB43
5 changed files with 11 additions and 10 deletions

View File

@ -22,7 +22,7 @@ const configTree = {
meta: { meta: {
name: 'euromat-theses', name: 'euromat-theses',
label: '[Euromat] Theses', label: '[Euromat] Theses',
description: 'The theses selection pages for the EUROMAT.', description: 'The theses selection pages for the KANDIMAT.',
folder: 'src/app/euromat/content/theses' folder: 'src/app/euromat/content/theses'
}, },
fields: [ fields: [
@ -55,7 +55,7 @@ const configTree = {
meta: { meta: {
name: 'euromat-results', name: 'euromat-results',
label: '[Euromat] Results', label: '[Euromat] Results',
description: 'The EUROMAT result page.', description: 'The KANDIMAT result page.',
folder: 'src/app/euromat/content/results' folder: 'src/app/euromat/content/results'
}, },
fields: [ fields: [

View File

@ -11,7 +11,7 @@ public_folder: /img/uploads
collections: collections:
- name: euromat-theses - name: euromat-theses
label: '[Euromat] Theses' label: '[Euromat] Theses'
description: The theses selection pages for the EUROMAT. description: The theses selection pages for the KANDIMAT.
folder: src/app/euromat/content/theses folder: src/app/euromat/content/theses
format: json format: json
create: true create: true
@ -36,6 +36,7 @@ collections:
widget: string widget: string
hint: The name for the page that will appear in the browser tab. hint: The name for the page that will appear in the browser tab.
- label: Label for back button - label: Label for back button
name: backBtn name: backBtn
widget: string widget: string
- label: Label for positive - label: Label for positive
@ -90,7 +91,7 @@ collections:
widget: string widget: string
- name: euromat-results - name: euromat-results
label: '[Euromat] Results' label: '[Euromat] Results'
description: The EUROMAT result page. description: The KANDIMAT result page.
folder: src/app/euromat/content/results folder: src/app/euromat/content/results
format: json format: json
create: true create: true

View File

@ -12,7 +12,7 @@
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#59ae2e"> <meta name="theme-color" content="#59ae2e">
<!-- Open Graph --> <!-- Open Graph -->
<meta property="og:url" content="https://www.kandimat.info" /> <meta property="og:url" content="https://kandimat.netzbegruenung.verdigado.net" />
<meta property="og:title" content="Kandimat" /> <meta property="og:title" content="Kandimat" />
<meta property="og:locale" content="en_GB" /> <meta property="og:locale" content="en_GB" />
<meta property="og:locale:alternate" content="de_DE" /> <meta property="og:locale:alternate" content="de_DE" />
@ -21,8 +21,8 @@
<meta property="og:locale:alternate" content="si_SI" /> <meta property="og:locale:alternate" content="si_SI" />
<meta property="og:locale:alternate" content="dk_DK" /> <meta property="og:locale:alternate" content="dk_DK" />
<meta property="og:description" content="The Kandimat is not a regular voting advice application. On the contrary, it is your digital tool navigating you through the policies and visions of the current Candidates. The goal of the Kandimat is to support you to make an informed choice for the upcoming European elections!" /> <meta property="og:description" content="The Kandimat is not a regular voting advice application. On the contrary, it is your digital tool navigating you through the policies and visions of the current Candidates. The goal of the Kandimat is to support you to make an informed choice for the upcoming European elections!" />
<meta property="og:image" content="https://www.euromat.info/img/facebook.2.png" /> <meta property="og:image" content="https://blog.netzbegruenung.de/files/2013/10/netzbegruenung-logo-website.png" />
<meta property="og:image:secure_url" content="https://www.euromat.info/img/facebook.2.png" /> <meta property="og:image:secure_url" content="https://blog.netzbegruenung.de/files/2013/10/netzbegruenung-logo-website.png" />
<meta property="fb:app_id" content="766231516835034" /> <meta property="fb:app_id" content="766231516835034" />
<!-- Add to home screen for Safari on iOS --> <!-- Add to home screen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">

View File

@ -3,7 +3,7 @@
<header v-if="!isEmbedded" class="app-header"> <header v-if="!isEmbedded" class="app-header">
<router-link :to="{ path: `/${$i18n.locale}/` }"> <router-link :to="{ path: `/${$i18n.locale}/` }">
<img class="header-logo" <img class="header-logo"
alt="EUROMAT Logo" alt="KANDIMAT Logo"
:src="euromatLogo" :src="euromatLogo"
:width="logoSize" :width="logoSize"
:height="logoSize / 2" :height="logoSize / 2"

View File

@ -13,8 +13,8 @@
"answer": "" "answer": ""
}, },
{ {
"title": "Wie haben wir den EUROMAT entwickelt? ", "title": "Wie haben wir den KANDIMAT entwickelt? ",
"answer": "" "answer": "On dem wir den Euromat als am einfachsten anzupassende Version einer Software recherchiert und dnn wohl einfach losgelegt haben. Über mehrere Jahre. Den Quellcode findest du auf https://git.netzbegruenung.de/NB-Public/kandimat"
} }
] ]
} }