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:
Minh-Hieu Pham
2026-05-03 21:46:22 +07:00
committed by GitHub
parent 2a980c81da
commit c4ca7ca486
2 changed files with 6 additions and 0 deletions
@@ -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 */ -}}