diff --git a/Configuration/TypoScript/Setup/Page.typoscript b/Configuration/TypoScript/Setup/Page.typoscript index 8f63eb3..b5ea66f 100644 --- a/Configuration/TypoScript/Setup/Page.typoscript +++ b/Configuration/TypoScript/Setup/Page.typoscript @@ -8,6 +8,18 @@ page { viewport = width=device-width, initial-scale=1 } + # Just an idea to add layout based class, if necessary + # bodyTagCObject = COA + # bodyTagCObject { + # 10 = COA + # 10 { + # 10 =< page.10.templateName.cObject + # 10.wrap = Layout| + # wrap = class="|" + # } + # stdWrap.noTrimWrap = || + # } + 10 = FLUIDTEMPLATE 10 { templateName { diff --git a/Resources/Private/Layouts/Page/Default.html b/Resources/Private/Layouts/Page/Default.html index 3aaf78f..114d99a 100644 --- a/Resources/Private/Layouts/Page/Default.html +++ b/Resources/Private/Layouts/Page/Default.html @@ -1,12 +1,7 @@
-
- {settings.websiteTitle} -
- + {settings.websiteTitle}
diff --git a/Resources/Private/Partials/Page/FooterMenu.html b/Resources/Private/Partials/Page/FooterMenu.html index ce79bf4..654ae09 100644 --- a/Resources/Private/Partials/Page/FooterMenu.html +++ b/Resources/Private/Partials/Page/FooterMenu.html @@ -1,6 +1,7 @@