diff --git a/layouts/_partials/extend_post_content.html b/layouts/_partials/extend_post_content.html new file mode 100644 index 00000000..34a8a07d --- /dev/null +++ b/layouts/_partials/extend_post_content.html @@ -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 */ -}} diff --git a/layouts/single.html b/layouts/single.html index e5508498..19323b2f 100644 --- a/layouts/single.html +++ b/layouts/single.html @@ -42,6 +42,8 @@ {{- end }} + {{- partial "extend_post_content.html" . }} +