diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2040c2..9497184 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+# [1.8.1](https://github.com/flextype-themes/noir) (2021-01-07)
+
+### Bug Fixes
+
+* **core:** fix issue with content container.
+
# [1.8.0](https://github.com/flextype-themes/noir) (2021-01-07)
diff --git a/package.json b/package.json
index 23f7e11..71a28c0 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Noir",
- "version": "1.8.0",
+ "version": "1.8.1",
"description": "Noir theme for Flextype.",
"homepage": "https://flextype.org",
"author": "Sergey Romanenko",
diff --git a/templates/partials/base.html b/templates/partials/base.html
index b2ca786..51060ee 100644
--- a/templates/partials/base.html
+++ b/templates/partials/base.html
@@ -66,7 +66,7 @@
-
+
{% block content %}{% endblock %}
diff --git a/theme.yaml b/theme.yaml
index 1e98ccb..a0d67b5 100755
--- a/theme.yaml
+++ b/theme.yaml
@@ -1,5 +1,5 @@
name: Noir
-version: 1.8.0
+version: 1.8.1
description: Noir theme for Flextype.
author:
name: Sergey Romanenko