From: Zachary Vance Date: Sat, 12 Apr 2025 18:36:54 +0000 (-0400) Subject: Comment link X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=07037465c1c5ddf623925fe99a7c6716cc8d0f24;p=blog.git Comment link --- diff --git a/static/css/style-wordpress.css b/static/css/style-wordpress.css index 1973d73..8b2de9c 100644 --- a/static/css/style-wordpress.css +++ b/static/css/style-wordpress.css @@ -7827,6 +7827,12 @@ body .wp-caption { gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em))); } -#isso-thread { +#isso-thread, .leave-comment { margin-top: 2em !important; } + +.leave-comment { + display: block; + margin: 1em auto 0; + text-align: center; +} diff --git a/templates/post.mustache.html b/templates/post.mustache.html index c6d1932..778768b 100644 --- a/templates/post.mustache.html +++ b/templates/post.mustache.html @@ -48,4 +48,7 @@ {{/main_display}} +{{^main_display}} +{{^main_display}}leave comment{{/main_display}} +{{/main_display}}