From d78a0933bcd05512e516e1b474ee588138b99c58 Mon Sep 17 00:00:00 2001 From: Alessandro Cerioni <acerioni@grandlyon.com> Date: Mon, 2 Dec 2019 17:50:55 +0100 Subject: [PATCH] Fixed reference to asset --- docs/components/off-the-shelf-apps/cms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/off-the-shelf-apps/cms.md b/docs/components/off-the-shelf-apps/cms.md index 9b7d5d6..66ecf7c 100644 --- a/docs/components/off-the-shelf-apps/cms.md +++ b/docs/components/off-the-shelf-apps/cms.md @@ -4,7 +4,7 @@ For all the editorial content on the portal one CMS is used to offer the possibi ## Ghost: headless CMS - + The choice went for the open source CMS [Ghost](https://ghost.org/), replacing Wordpress as our first choice at the beginning of the project. Whereas it's not perfect and there is still room for improvement, this is a great tool to use to create content in a beautiful user interface. The API allows us to get all the information needed for the web application by a REST API. -- GitLab