Skip to content

Commit

Permalink
feat: append the hb-content into the content class list
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Dec 16, 2024
1 parent b55f85f commit 79b555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/hb/modules/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1 class="hb-blog-post-title text-break">{{ .Title }}</h1>
{{- end }}
{{- $attributes := partial "hugopress/functions/render-attributes" (dict "Page" . "Name" "hb-blog-post-content") }}
<div
class="hb-blog-post-content hb-module"
class="hb-blog-post-content hb-content hb-module"
{{ with $attributes }}{{ . | safeHTMLAttr }}{{ end }}>
{{- partial "hugopress/functions/render-hooks" (dict "Name" "hb-blog-post-content-afterbegin" "Page" .) }}
{{ .Content }}
Expand Down

0 comments on commit 79b555e

Please sign in to comment.