diff --git a/layouts/partials/hb/modules/blog/single.html b/layouts/partials/hb/modules/blog/single.html index b155e747..04be80df 100644 --- a/layouts/partials/hb/modules/blog/single.html +++ b/layouts/partials/hb/modules/blog/single.html @@ -32,7 +32,9 @@

{{ .Title }}

+ {{- partial "hugopress/functions/render-hooks" (dict "Name" "hb-blog-post-content-afterbegin" "Page" .) }} {{ .Content }} + {{- partial "hugopress/functions/render-hooks" (dict "Name" "hb-blog-post-content-beforeend" "Page" .) }}
{{- partial "hugopress/functions/render-hooks" (dict "Name" "hb-blog-post-content-end" "Page" .) }} {{- partial "hb/modules/blog/post/comments" . }}