Fixed yaml error
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 42s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 10s

This commit is contained in:
Samuel Philipp 2024-03-30 23:36:37 +00:00
parent a2f152aaa3
commit 44367c0d12

View file

@ -1,8 +1,8 @@
---
layout: base.njk
eleventyComputed:
title: {{service.name}}
summary: {{service.summary[locale]}}
title: "{{ service.name }}"
summary: "{{ service.summary[locale] }}"
---
{% set service = services | getServiceById(key) %}