Skip to content

Commit 3aac786

Browse files
committed
cudeschin content
1 parent dcdd01f commit 3aac786

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

content/service/Cudeschin.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Cudeschin
22
description: |
33
Digitalisierung der cudeschin Inhalte als PWA.
4-
criticality: low
4+
criticality: medium
55
strategy_reference: |
66
abgeschlossen
77
development: internal
@@ -16,3 +16,6 @@ additional_information: ''
1616
involved_parties:
1717
- party: content/party/AKom--CoFor--CommForm.yaml
1818
description: Betreuung
19+
lifecycle:
20+
- state: in_production
21+
date: 2019-06-01T23:00:00.000Z

src/pages/services/[name].astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const lastUpdatedValue: string = service.last_updated ? new Date(service.last_up
8080
<article class="bg-white shadow-md rounded-xl p-10 max-w-4xl mx-auto">
8181
<h1 class="text-5xl font-extrabold">{service.name}</h1>
8282
<span class="block text-sm mb-3"
83-
>Leztes Update dieser Daten: {lastUpdatedValue}</span
83+
>Letztes Update dieser Daten: {lastUpdatedValue}</span
8484
>
8585
<TinaMarkdown content={service.description}/>
8686
<dl class="mb-4 mt-3">

0 commit comments

Comments
 (0)