Fix roaming renderings, fix layout generation
This commit is contained in:
parent
2177db376c
commit
41582ec6a2
4 changed files with 4 additions and 4 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue