Refactor CSS class names from .post-content to .md-content

This commit is contained in:
Aditya Telange
2026-04-11 00:31:48 +05:30
parent f1b2dea280
commit 383696db85
4 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
{{- end }}
{{- if .Content }}
<div class="post-content">
<div class="md-content">
{{- if not (.Param "disableAnchoredHeadings") }}
{{- partial "anchored_headings.html" .Content -}}
{{- else }}{{ .Content }}{{ end }}