diff --git a/assets/css/main.scss b/assets/css/main.scss index 5ca20f8..7985295 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -31,6 +31,7 @@ $s-content: 1000px; $s-nav-title: 24px; $s-border: 2px; $s-border-radius: 2px; +$s-comment-margin-top: 60px; $s-font-size: 18px; $p-box-shadow: 1px 1px 5px #888; @@ -250,9 +251,14 @@ main { } } - .comment-notice { - margin-top: 50px; - font-size: 14px; + .comment { + font-size: 0.95rem; + margin-top: $s-comment-margin-top; + text-align: center; + + a { + font-size: 1.1rem; + } } #tags > a, #categories > a { diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ece5c43..ca2117a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -21,9 +21,10 @@

{{ .Content }} - {{ with .Site.Params.comment.commentmail }} -

- If you would like to comment on this post, feel free to write me a mail at {{ . }}! -

+ {{ if .Site.Params.comment.comments }} +
+

I would like to hear what you think about this post. Feel free to write me a mail!

+ Reply by mail +
{{ end }} {{ end }}