mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
✨ Feat: add custom aside template in post page (#172)
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<!-- Custom aside html -->
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
<aside class="aside-custom">
|
||||
<!-- put aside for later use -->
|
||||
{{- partial "custom/aside.html" . -}}
|
||||
</aside>
|
||||
|
||||
<article class="page single">
|
||||
|
||||
Reference in New Issue
Block a user