feat: recent posts section/partial

This commit is contained in:
Jacky Zhao
2022-05-23 22:25:13 -07:00
parent b719568b2c
commit 0e454790e9
5 changed files with 54 additions and 29 deletions

View File

@ -15,6 +15,9 @@
<article>
{{partial "toc.html" .}}
{{partial "textprocessing.html" . }}
{{if $.Site.Data.config.enableRecentNotes}}
{{partial "recent.html" . }}
{{end}}
</article>
{{partial "footer.html" .}}
</div>