Fix roaming renderings, fix layout generation

This commit is contained in:
Pieter Vander Vennet 2020-11-17 17:36:56 +01:00
parent 2177db376c
commit 41582ec6a2
4 changed files with 4 additions and 4 deletions

View file

@ -197,7 +197,7 @@ function createLandingPage(layout: LayoutConfig) {
Locale.language.setData(layout.language[0]);
const ogTitle = Translations.W(layout.title)?.InnerRender();
const ogDescr = Translations.W(layout.description ?? "Easily add and edit geodata with OpenStreetMap")?.InnerRender();
const ogDescr = Translations.W(layout.shortDescription ?? "Easily add and edit geodata with OpenStreetMap")?.InnerRender();
const ogImage = layout.socialImage;
let customCss = "";