summaryrefslogtreecommitdiffstats
path: root/_plugins/proof.rb
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-02-14 07:24:38 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-02-14 07:24:38 +0100
commit28407333ffceca9b99fae721c30e8ae146a863da (patch)
tree67fa2b79d5c48b50d4e394858af79c88c1447e51 /_plugins/proof.rb
parent777f9d3fd8caf56e6bc6999a4b05379307d0733f (diff)
downloadsite-28407333ffceca9b99fae721c30e8ae146a863da.tar.zst
Update
Diffstat (limited to '_plugins/proof.rb')
-rw-r--r--_plugins/proof.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/_plugins/proof.rb b/_plugins/proof.rb
index ab824e5..415b37f 100644
--- a/_plugins/proof.rb
+++ b/_plugins/proof.rb
@@ -3,7 +3,7 @@ module Jekyll
def render(context)
text = super
- "<span style=\"text-transform: uppercase; font-weight: bold; font-size: .75em;\">Proof</span> #{text} <span style=\"float:right;\">$\\square\\enspace$</span>"
+ "<span style=\"text-transform: uppercase; font-weight: bold; font-size: .75em;\">Proof</span> &nbsp; #{text} <span style=\"float:right;\">$\\square\\enspace$</span>"
end
end