diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fbfe15c..7bc60ade 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## v0.2.16
+- :sparkles: Feat: add custom aside template in post page ([#172](https://github.com/hugo-fixit/FixIt/issues/172))
- :bug: Fix: add function doc2unix to unify new lines symbol between Windows and Unix/Mac OS
- :wrench: Chore: modify babel config and optimize theme.js compilation and loading
- :wrench: Chore(deps-dev):
diff --git a/layouts/partials/custom/aside.html b/layouts/partials/custom/aside.html
new file mode 100644
index 00000000..d81902e1
--- /dev/null
+++ b/layouts/partials/custom/aside.html
@@ -0,0 +1 @@
+
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index a02d5f82..fbdf69de 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -15,6 +15,7 @@