Added title and summary in service.njk
Some checks failed
Build and Deploy Website / Build Website (push) Failing after 54s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped

This commit is contained in:
Samuel Philipp 2024-03-30 23:32:14 +00:00
parent a122b0e3ac
commit a2f152aaa3

View file

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