Skip to content

Commit decc6bc

Browse files
Use post-specific CSS class name
Co-authored-by: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com>
1 parent 517a377 commit decc6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/posts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1>{{ .Title }}</h1>
77
<h5 class="subtitle">{{ .Params.Subtitle }}</h5>
88
{{ end }}
99
<div class="post-meta">{{ partial "posts/meta.html" . }}
10-
<span class="please-comment">🖊️ Please add your comments <a href="#discourse-comments">below!</a></span>
10+
<span class="post-please-comment">🖊️ Please add your comments <a href="#discourse-comments">below!</a></span>
1111
</div>
1212
<div class="post-content">
1313
{{ with $featuredImage }}

0 commit comments

Comments
 (0)