Skip to content

Commit

Permalink
cudeschin content
Browse files Browse the repository at this point in the history
  • Loading branch information
ewangler committed Jan 26, 2024
1 parent dcdd01f commit 3aac786
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion content/service/Cudeschin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Cudeschin
description: |
Digitalisierung der cudeschin Inhalte als PWA.
criticality: low
criticality: medium
strategy_reference: |
abgeschlossen
development: internal
Expand All @@ -16,3 +16,6 @@ additional_information: ''
involved_parties:
- party: content/party/AKom--CoFor--CommForm.yaml
description: Betreuung
lifecycle:
- state: in_production
date: 2019-06-01T23:00:00.000Z
2 changes: 1 addition & 1 deletion src/pages/services/[name].astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const lastUpdatedValue: string = service.last_updated ? new Date(service.last_up
<article class="bg-white shadow-md rounded-xl p-10 max-w-4xl mx-auto">
<h1 class="text-5xl font-extrabold">{service.name}</h1>
<span class="block text-sm mb-3"
>Leztes Update dieser Daten: {lastUpdatedValue}</span
>Letztes Update dieser Daten: {lastUpdatedValue}</span
>
<TinaMarkdown content={service.description}/>
<dl class="mb-4 mt-3">
Expand Down

0 comments on commit 3aac786

Please sign in to comment.