mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
feat: add extend_post_content.html hook partials for post sections (#1846)
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{{- /* Post content custom area start */ -}}
|
||||
{{- /* Insert any custom code after post content - it will appear after the post body, before the footer. */ -}}
|
||||
{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}}
|
||||
{{- /* Post content custom area end */ -}}
|
||||
Reference in New Issue
Block a user