From 267a21675d54650f1ddb774aff0a95b92f3c5e4d Mon Sep 17 00:00:00 2001
From: Cell <1024@lruihao.cn>
Date: Sat, 6 Aug 2022 14:11:19 +0800
Subject: [PATCH] :sparkles: Feat: add custom aside template in post page
(#172)
---
CHANGELOG.md | 1 +
layouts/partials/custom/aside.html | 1 +
layouts/posts/single.html | 1 +
3 files changed, 3 insertions(+)
create mode 100644 layouts/partials/custom/aside.html
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 @@