From 47eba384e34dcdfd809f282b9b28b31904636871 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 8 Jan 2020 20:05:36 +0100 Subject: [PATCH] Add 404 and archive --- .../TypoScript/Setup/Page.typoscript | 12 ++++++++++ Resources/Private/Layouts/Page/Default.html | 7 +----- .../Private/Partials/Page/FooterMenu.html | 1 + Resources/Private/Sass/_layout.scss | 1 - Resources/Private/Sass/layout/_header.scss | 24 +++---------------- .../Sass/layout/pages/_singleBlogPost.scss | 11 --------- .../Private/Templates/ErrorHandling/404.html | 1 - .../Private/Templates/Page/BlogPost.html | 2 +- 8 files changed, 18 insertions(+), 41 deletions(-) delete mode 100644 Resources/Private/Sass/layout/pages/_singleBlogPost.scss delete mode 100644 Resources/Private/Templates/ErrorHandling/404.html 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 @@