mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Make a config option for "Latest Posts" on content pages
This commit is contained in:
@ -89,5 +89,7 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ partialCached "latest-posts.html" . }}
|
||||
{{ if .Site.Params.latestPostsOnContent }}
|
||||
{{ partialCached "latest-posts.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user