diff --git a/assets/theme-css/posts.css b/assets/theme-css/posts.css index 4e8aeae7..e26417a4 100644 --- a/assets/theme-css/posts.css +++ b/assets/theme-css/posts.css @@ -85,6 +85,10 @@ margin-right: 1.25rem; } +.post-please-comment { + display: none; +} + .read-more { font-style: italic; } diff --git a/layouts/partials/posts/post.html b/layouts/partials/posts/post.html index 4c14b1d2..3ee23586 100644 --- a/layouts/partials/posts/post.html +++ b/layouts/partials/posts/post.html @@ -6,7 +6,9 @@