feat: recent posts section/partial
This commit is contained in:
parent
0439c163a0
commit
0293c12217
5 changed files with 54 additions and 29 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue