We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd217bc commit b42d272Copy full SHA for b42d272
assets/theme-css/posts.css
@@ -85,6 +85,10 @@
85
margin-right: 1.25rem;
86
}
87
88
+.post-please-comment {
89
+ display: none;
90
+}
91
+
92
.read-more {
93
font-style: italic;
94
layouts/partials/posts/post.html
@@ -6,7 +6,9 @@ <h1>{{ .Title }}</h1>
6
{{ if .Params.Subtitle }}
7
<h5 class="subtitle">{{ .Params.Subtitle }}</h5>
8
{{ end }}
9
- <div class="post-meta">{{ partial "posts/meta.html" . }}</div>
+ <div class="post-meta">{{ partial "posts/meta.html" . }}
10
+ <span class="post-please-comment">🖊️ Please add your comments <a href="#discourse-comments">below!</a></span>
11
+ </div>
12
<div class="post-content">
13
{{ with $featuredImage }}
14
{{ if .Params.showOnTop }}
0 commit comments