Feat: add custom aside template in post page (#172)

This commit is contained in:
Cell
2022-08-06 14:11:19 +08:00
parent a4cae812a8
commit 267a21675d
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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):
+1
View File
@@ -0,0 +1 @@
<!-- Custom aside html -->
+1
View File
@@ -15,6 +15,7 @@
<aside class="aside-custom">
<!-- put aside for later use -->
{{- partial "custom/aside.html" . -}}
</aside>
<article class="page single">