diff --git a/backend/.python-version b/backend/.python-version
index 371cfe3..2c07333 100644
--- a/backend/.python-version
+++ b/backend/.python-version
@@ -1 +1 @@
-3.11.1
+3.11
diff --git a/backend/src/plonede/CHANGES.md b/backend/src/plonede/CHANGES.md
index ea355a8..85c18f2 100644
--- a/backend/src/plonede/CHANGES.md
+++ b/backend/src/plonede/CHANGES.md
@@ -1,6 +1,6 @@
# Changelog.
-
## 1.0a1 (unreleased)
+- Add kitconcept.seo @tisto
- Initial version. [plone]
diff --git a/backend/src/plonede/setup.py b/backend/src/plonede/setup.py
index 9392f1e..77994b8 100644
--- a/backend/src/plonede/setup.py
+++ b/backend/src/plonede/setup.py
@@ -49,6 +49,7 @@
"prettyconf",
"kitconcept.api",
"kitconcept.contentcreator",
+ "kitconcept.seo",
"collective.exportimport",
"pas.plugins.authomatic",
"collective.volto.socialsettings",
diff --git a/backend/src/plonede/src/plonede/dependencies.zcml b/backend/src/plonede/src/plonede/dependencies.zcml
index e12323b..ecf2deb 100644
--- a/backend/src/plonede/src/plonede/dependencies.zcml
+++ b/backend/src/plonede/src/plonede/dependencies.zcml
@@ -4,6 +4,7 @@
+
diff --git a/frontend/theme/extras/blocks.less b/frontend/theme/extras/blocks.less
index 00e80a0..b4194fc 100644
--- a/frontend/theme/extras/blocks.less
+++ b/frontend/theme/extras/blocks.less
@@ -730,10 +730,10 @@ figcaption {
height: 45vh;
.maps-inner.full-width {
+ left: 0;
max-width: var(--full-container-width) !important;
margin-right: auto !important;
margin-left: auto !important;
- left: 0;
}
}
}
@@ -1128,8 +1128,8 @@ figcaption {
}
.block.slider .teaser-item.link {
- width: 100%;
display: flex;
+ width: 100%;
&.right {
align-items: end;
@@ -1137,8 +1137,8 @@ figcaption {
}
.block.slider .highlight-image-wrapper img {
- object-position: unset;
-o-object-position: unset;
+ object-position: unset;
}
.block.slider .teaser-item-title {
@@ -1334,10 +1334,10 @@ figcaption {
}
.block.search .search-wrapper .ui.input input {
+ padding-left: 20px;
border: 0;
background-color: #ececec;
border-radius: 0;
- padding-left: 20px;
font-size: 32px;
font-style: normal;
font-weight: 200;
@@ -1349,8 +1349,8 @@ figcaption {
}
.block.search .search-wrapper svg {
- height: 38px !important;
width: unset !important;
+ height: 38px !important;
}
.block.search .search-wrapper .divider {
diff --git a/frontend/theme/extras/custom.less b/frontend/theme/extras/custom.less
index bde70b0..4086428 100644
--- a/frontend/theme/extras/custom.less
+++ b/frontend/theme/extras/custom.less
@@ -338,9 +338,9 @@ body.cms-ui .ui.basic.segment.content-area {
}
#page-document .event-details aside {
- box-shadow: none;
border: none;
border-left: 1px solid #cdcdcd;
+ box-shadow: none;
}
#footer {
@@ -429,13 +429,13 @@ body #page-sitemap .ui.container {
#page-search #content {
max-width: var(--default-container-width);
- margin-left: auto;
margin-right: auto;
+ margin-left: auto;
}
#page-search #content .ui.form .searchbox {
- border: none;
padding: 20px 0 20px 20px;
+ border: none;
background-color: #ececec;
}
@@ -448,8 +448,8 @@ body #page-sitemap .ui.container {
}
#page-search #content .ui.form .searchbox button {
- color: var(--primary-grey);
padding-right: 15px;
+ color: var(--primary-grey);
}
/* @media queries */